Changeset 4023 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
05/09/04 23:41:23 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mraw
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/MRawEvtHeader.cc

    r4022 r4023  
    227227// --------------------------------------------------------------------------
    228228//
     229// Return the size in bytes of the event header.
     230//
     231Int_t MRawEvtHeader::GetNumBytes() const
     232{
     233    return 36+fPixLoGainOn->GetSize();
     234}
     235
     236// --------------------------------------------------------------------------
     237//
    229238// Used to set the header information. This is for MC only. NEVER, NEVER
    230239// use this somewhere else!
  • trunk/MagicSoft/Mars/mraw/MRawEvtHeader.h

    r4022 r4023  
    4747    Bool_t DecodeTime(UInt_t abstime[2]) const;
    4848
    49     Int_t GetNumBytes() const { return 36+fPixLoGainOn->GetSize(); }
     49    Int_t GetNumBytes() const;
    5050
    5151public:
Note: See TracChangeset for help on using the changeset viewer.