Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:50:30

0001 /*! \brief   Definition of all the relevant data types
0002  *  \details Herw we declare instances of all the relevant types. 
0003  *
0004  *  \author Andrew W. Rose
0005  *  \author Nicola Pozzobon
0006  *  \date   2013, Jul 12
0007  *
0008  */
0009 
0010 #ifndef L1TRACKTRIGGER_CLASSES_H
0011 #define L1TRACKTRIGGER_CLASSES_H
0012 
0013 #include "DataFormats/Common/interface/Wrapper.h"
0014 #include "DataFormats/Common/interface/DetSetVectorNew.h"
0015 #include "DataFormats/L1TrackTrigger/interface/TTTypes.h"
0016 #include "DataFormats/L1TrackTrigger/interface/TTDTC.h"
0017 #include "DataFormats/Common/interface/RefVector.h"
0018 #include "DataFormats/Common/interface/RefProd.h"
0019 
0020 #endif