StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DSMLayer_E101_2009.hh
1 #ifndef DSM_LAYER_E101_2009_HH
2 #define DSM_LAYER_E101_2009_HH
3 
4 #include "StDSMLayer.hh"
5 
6 struct DSMLayer_E101_2009 : public DSMLayer<TriggerDataBlk> {
8  bool read(const TriggerDataBlk& event);
9  virtual void write(DSMLayer<TriggerDataBlk>& layer);
10  virtual void run();
11 };
12 
13 #endif // DSM_LAYER_E101_2009_HH