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