Changeset 4023 for trunk/MagicSoft/Mars/mraw
- Timestamp:
- 05/09/04 23:41:23 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mraw
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawEvtHeader.cc
r4022 r4023 227 227 // -------------------------------------------------------------------------- 228 228 // 229 // Return the size in bytes of the event header. 230 // 231 Int_t MRawEvtHeader::GetNumBytes() const 232 { 233 return 36+fPixLoGainOn->GetSize(); 234 } 235 236 // -------------------------------------------------------------------------- 237 // 229 238 // Used to set the header information. This is for MC only. NEVER, NEVER 230 239 // use this somewhere else! -
trunk/MagicSoft/Mars/mraw/MRawEvtHeader.h
r4022 r4023 47 47 Bool_t DecodeTime(UInt_t abstime[2]) const; 48 48 49 Int_t GetNumBytes() const { return 36+fPixLoGainOn->GetSize(); }49 Int_t GetNumBytes() const; 50 50 51 51 public:
Note:
See TracChangeset
for help on using the changeset viewer.