StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DSMLayer_B001_2009.hh
1 //
2 // Pibero Djawotho <pibero@comp.tamu.edu>
3 // Texas A&M University Cyclotron Institute
4 // 7 Jan 2009
5 //
6 
7 #ifndef DSM_LAYER_B001_2009_HH
8 #define DSM_LAYER_B001_2009_HH
9 
10 #include "StDSMLayer.hh"
11 struct DSMLayer_B001_2009 : public DSMLayer<TriggerDataBlk> {
13  bool read(const TriggerDataBlk& event);
14  virtual void write(DSMLayer<TriggerDataBlk>& layer);
15  virtual void run();
16 };
17 
18 #endif // DSM_LAYER_B101_2009_HH