Ignore:
Timestamp:
02/11/09 17:35:54 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msimcamera/MSimTrigger.h

    r9308 r9318  
    1515class MRawEvtHeader;
    1616class MRawRunHeader;
     17class MPedestalCam;
    1718
    1819class MSimTrigger : public MTask
    1920{
    2021private:
    21     MAnalogChannels *fCamera;         //! The analog input channels
    22     MParameterD     *fPulsePos;       //! The intended pulse positon
    23     MParameterD     *fTrigger;        //! The trigger position w.r.t. the analog channels
    24     MRawRunHeader   *fRunHeader;      //! The run header storing infos about the digitization
    25     MRawEvtHeader   *fEvtHeader;      //! The event header storing the trigger information
     22    MAnalogChannels *fCamera;           //! The analog input channels
     23    MParameterD     *fPulsePos;         //! The intended pulse positon
     24    MParameterD     *fTrigger;          //! The trigger position w.r.t. the analog channels
     25    MRawRunHeader   *fRunHeader;        //! The run header storing infos about the digitization
     26    MRawEvtHeader   *fEvtHeader;        //! The event header storing the trigger information
     27    MPedestalCam    *fElectronicNoise;  //! Electronic noise (for baseline correction)
     28    MPedestalCam    *fGain;             //! Gain of the pulses
    2629
    27     MLut fRouteAC;                    // Combinination map for the AC channels
    28     MLut fCoincidenceMap;             // channels for which digital coincidence is checked
     30    MLut fRouteAC;                      // Combinination map for the AC channels
     31    MLut fCoincidenceMap;               // channels for which digital coincidence is checked
    2932
    30     TString fNameRouteAC;             // Name for the AC routing
    31     TString fNameCoincidenceMap;      // Name for the coincidence mape
     33    TString fNameRouteAC;               // Name for the AC routing
     34    TString fNameCoincidenceMap;        // Name for the coincidence mape
    3235
    33     Float_t fDiscriminatorThreshold;  // Discriminator threshold
    34     Float_t fDigitalSignalLength;     // Length of the output of the discriminator
    35     Float_t fCoincidenceTime;         // Minimum coincidence time (gate)
     36    Float_t fDiscriminatorThreshold;    // Discriminator threshold
     37    Float_t fDigitalSignalLength;       // Length of the output of the discriminator
     38    Float_t fCoincidenceTime;           // Minimum coincidence time (gate)
     39
     40    Bool_t  fShiftBaseline;             // Shift the baseline back to 0 for the threshold (needs ElectronicNoise [MPedestalCam])
     41    Bool_t  fUngainSignal;              // "Remove" the gain from the signal (needs Gain [MPedestalCam])
    3642
    3743    // MSimTrigger
Note: See TracChangeset for help on using the changeset viewer.