Changeset 1312


Ignore:
Timestamp:
04/27/02 12:06:55 (22 years ago)
Author:
blanch
Message:
The code has been auto-documented to know which are the new variable in
the second version of this class.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.cxx

    r1240 r1312  
    2828//
    2929// Root storage container for the RUN MONTE CARLO HEADER information
     30//
     31// This the second version of this output class. Old root files, which have
     32// a previous version of this class, are still compatibles and can be used.
     33// But of course, you can no try to get infromatino in these old files about
     34// the new data members.
     35//
     36// The following data member have been introduced in this second version
     37// and they do not exist in the previous one:
     38//
     39//  Float_t fMcRunNumber;      Run Number
     40//  UInt_t  fProductionSite;   code to know where the run was generated
     41//  Float_t fDateRunMMCs;      Date of the MMCs production
     42//  Float_t fDateRunCamera;    Date, when the Camera program is run.
     43//  Byte_t  fRawEvt;           RawEvt[Data,Hedaer] stored or not
     44//  Byte_t  fElecNoise;        Electronic Noise simulated or not
     45//  Byte_t  fStarFieldRotate;  Is the starfield rotation switched on (1) or off (0)
     46//  Float_t fCWaveLower;       Wavelength limits for the Cerenkov photons
     47//  Float_t fCWaveUpper;
     48//  UInt_t    fNumObsLev;      Observation levels 
     49//  Float_t   fHeightLev[10];
     50//  Float_t   fSlopeSpec;      Spectral index
    3051//
    3152////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.