Ignore:
Timestamp:
09/13/04 08:57:58 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mtrigger
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtrigger/MTriggerBit.cc

    r4264 r4966  
    1717!
    1818!   Author(s): Thomas Bretz, 11/2003 <mailto:tbretz@astro.uni-wuerzburg.de>
    19 !              Antonio Stamerra, 05/2004 <mailto:antonio.stamerra@pi.infn.it>
     19!   Author(s): Antonio Stamerra, 05/2004 <mailto:antonio.stamerra@pi.infn.it>
    2020!
    2121!   Copyright: MAGIC Software Development, 2000-2004
     
    2727//
    2828// MTriggerBit
     29//
    2930//   This class stores the information about the L2 output Bit rates
    30 //   
    3131//
    3232/////////////////////////////////////////////////////////////////////////////
  • trunk/MagicSoft/Mars/mtrigger/MTriggerBit.h

    r4264 r4966  
    1818
    1919private:
    20    
    2120    static const Int_t gsNBits=20;        // number of output bits
    2221
     
    2726    {
    2827        fName  = "MTriggerBit";
    29         fTitle = "Container for the L2 output bits rates ";
     28        fTitle = "Trigger-Container for the L2 output bits rates";
    3029    }
    3130
     
    5251    }
    5352
    54     ClassDef(MTriggerBit, 1) // Container for the L2 output bits rates
     53    ClassDef(MTriggerBit, 1) // Trigger-Container for the L2 output bits rates
    5554};
    5655
  • trunk/MagicSoft/Mars/mtrigger/MTriggerCell.cc

    r4264 r4966  
    1717!
    1818!   Author(s): Thomas Bretz, 11/2003 <mailto:tbretz@astro.uni-wuerzburg.de>
    19 !              Antonio Stamerra, 05/2004 <mailto:antonio.stamerra@pi.infn.it>
     19!   Author(s): Antonio Stamerra, 05/2004 <mailto:antonio.stamerra@pi.infn.it>
    2020!
    2121!   Copyright: MAGIC Software Development, 2000-2004
     
    2727//
    2828// MTriggerCell
     29//
    2930//   This class stores the information about the Trigger Cell Rates
    30 //   
    3131//
    3232/////////////////////////////////////////////////////////////////////////////
  • trunk/MagicSoft/Mars/mtrigger/MTriggerCell.h

    r4264 r4966  
    1616{
    1717    friend class MReportTrigger;
     18
    1819private:
    19     static const Int_t gsNCells=32; //Number of fields with cell rates
    20                                     // 19 cells and 12 dummy
     20    static const Int_t gsNCells=32; //Number of fields with cell rates 19 cells and 12 dummy
    2121
    22     TArrayF fCellRate;       // Array of the measured L1 cell rates
     22    TArrayF fCellRate;              // Array of the measured L1 cell rates
    2323
    2424public:
     
    2626    {
    2727        fName  = "MTriggerCell";
    28         fTitle = "Container for the measured cell rates";
     28        fTitle = "Trigger-Container for the measured cell rates";
    2929    }
    3030
     
    5252    }
    5353
    54     ClassDef(MTriggerCell, 1) // Container for the trigger cell rates
     54    ClassDef(MTriggerCell, 1) // Trigger-Container for the measured cell rates
    5555};
    5656
  • trunk/MagicSoft/Mars/mtrigger/MTriggerIPR.cc

    r4264 r4966  
    1717!
    1818!   Author(s): Thomas Bretz, 11/2003 <mailto:tbretz@astro.uni-wuerzburg.de>
    19 !              Antonio Stamerra, 05/2004 <mailto:antonio.stamerra@pi.infn.it>
     19!   Author(s): Antonio Stamerra, 05/2004 <mailto:antonio.stamerra@pi.infn.it>
    2020!
    2121!   Copyright: MAGIC Software Development, 2000-2004
     
    2727//
    2828// MTriggerIPR
     29//
    2930//   This class stores the information about the Individual Pixel Rates
    30 //   
    3131//
    3232/////////////////////////////////////////////////////////////////////////////
  • trunk/MagicSoft/Mars/mtrigger/MTriggerIPR.h

    r4264 r4966  
    1616{
    1717    friend class MReportTrigger;
     18
    1819private:
    19     TArrayL fIPR;            // [Hz] IPR (Individual Pixel Rates)
    20    
    2120    static const Int_t gsNTrigPix=397;  // number of trigger pixels
     21
     22    TArrayL fIPR;                       // [Hz] IPR (Individual Pixel Rates)
    2223
    2324public:
     
    2526    {
    2627        fName  = "MTriggerIPR";
    27         fTitle = "Container for the Individual Pixel Rate (IPR)";
     28        fTitle = "Trigger-Container for the Individual Pixel Rate (IPR)";
    2829    }
    2930
     
    5152    }
    5253
    53     ClassDef(MTriggerIPR, 1) // Container for the Individual Pixel Rate (IPR)
     54    ClassDef(MTriggerIPR, 1) // Trigger-Container for the Individual Pixel Rate (IPR)
    5455};
    5556
  • trunk/MagicSoft/Mars/mtrigger/MTriggerLiveTime.cc

    r4264 r4966  
    1717!
    1818!   Author(s): Thomas Bretz, 11/2003 <mailto:tbretz@astro.uni-wuerzburg.de>
    19 !              Antonio Stamerra, 05/2004 <mailto:antonio.stamerra@pi.infn.it>
     19!   Author(s): Antonio Stamerra, 05/2004 <mailto:antonio.stamerra@pi.infn.it>
    2020!
    2121!   Copyright: MAGIC Software Development, 2000-2004
     
    2727//
    2828// MTriggerLiveTime
     29//
    2930//   This class stores the information about the livetime and deadtime
    3031//   measured by the scalers
  • trunk/MagicSoft/Mars/mtrigger/MTriggerLiveTime.h

    r4264 r4966  
    2727    {
    2828        fName  = "MTriggerLiveTime";
    29         fTitle = "Container for the Live-deadtime      ";
     29        fTitle = "Trigger-Container for the Live-deadtime";
    3030    }
    3131
     
    5252    }
    5353
    54     ClassDef(MTriggerLiveTime, 1) // Container for the Live-Deadtime
     54    ClassDef(MTriggerLiveTime, 1) // Trigger-Container for the Live-Deadtime
    5555};
    5656
  • trunk/MagicSoft/Mars/mtrigger/MTriggerPrescFact.cc

    r4264 r4966  
    1717!
    1818!   Author(s): Thomas Bretz, 11/2003 <mailto:tbretz@astro.uni-wuerzburg.de>
    19 !              Antonio Stamerra, 05/2004 <mailto:antonio.stamerra@pi.infn.it>
     19!   Author(s): Antonio Stamerra, 05/2004 <mailto:antonio.stamerra@pi.infn.it>
    2020!
    2121!   Copyright: MAGIC Software Development, 2000-2004
     
    2727//
    2828// MTriggerPrescFact
     29//
    2930//   This class stores the information about the L2 prescaling factors
    30 //   
    3131//
    3232/////////////////////////////////////////////////////////////////////////////
  • trunk/MagicSoft/Mars/mtrigger/MTriggerPrescFact.h

    r4264 r4966  
    2727    {
    2828        fName  = "MTriggerPrescFact";
    29         fTitle = "Container for the L2 Prescaling Factors      ";
     29        fTitle = "Trigger-Container for the L2 Prescaling Factors";
    3030    }
    3131
     
    5252    }
    5353
    54     ClassDef(MTriggerPrescFact, 1) // Container for the L2 Prescaling Factors
     54    ClassDef(MTriggerPrescFact, 1) // Trigger-Container for the L2 Prescaling Factors
    5555};
    5656
Note: See TracChangeset for help on using the changeset viewer.