StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StDSMLayer.hh
1 #ifndef STDSMLAYER_HH
2 #define STDSMLAYER_HH
3 #include "DSMLayer.hh"
4 
5 #ifdef __ROOT__
6 #include "RTS/trg/include/trgDataDefs_46.h"
7 #include "RTS/trg/include/trgConfNum.h"
8 #else
9 #include "trgDataDefs_46.h"
10 #include "trgConfNum.h"
11 #endif
12 
13 //struct StDSMLayer : public DSMLayer<TriggerDataBlk> {
14  //StDSMLayer (int n) : DSMLayer<TriggerDataBlk>(n){}
15 //};
16 #endif