Changeset 2178 for trunk/MagicSoft/Mars/manalysis/MCurrents.h
- Timestamp:
- 06/16/03 13:45:01 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCurrents.h
r2173 r2178 2 2 #define MARS_MCurrents 3 3 4 #ifndef MARS_M ParContainer5 #include "M ParContainer.h"4 #ifndef MARS_MCamEvent 5 #include "MCamEvent.h" 6 6 #endif 7 7 … … 10 10 #endif 11 11 12 class MCurrents : public MParContainer 12 #include <iostream.h> 13 class MCurrents : public MCamEvent 13 14 { 14 15 private: … … 37 38 void Print(Option_t *opt=NULL) const; 38 39 40 Bool_t GetPixelContent(Float_t &val, Int_t idx, Float_t ratio=1, Int_t type=0) const 41 { 42 val = (*this)[idx]; 43 return val>0; 44 } 45 void DrawPixelContent(Int_t num) const 46 { 47 } 48 39 49 ClassDef(MCurrents, 1) // Storage Container for the Currents (PRELIMINARY) 40 50 };
Note:
See TracChangeset
for help on using the changeset viewer.