Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
data2TreeLinkDef.hxx
Go to the documentation of this file.
1// Author: Alvaro Tolosa-Delgado CERN 07/2023
2// Author: Jorge Agramunt Ros IFIC(Valencia,Spain) 07/2023
3
4/*************************************************************************
5 * Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12// This file contains a selection of types that will be described in the ROOT dictionary.
13// Further details in: https://root.cern/manual/io_custom_classes/#selecting-dictionary-entries-linkdefh
14
15#ifdef __CLING__
16
17#pragma link C++ class myDetectorData + ;
18
19#endif