HighLAND
highland2
tutorialAnalysis
v2r10
src
tutorialCorrection.hxx
1
#ifndef tutorialCorrection_h
2
#define tutorialCorrection_h
3
4
#include "CorrectionBase.hxx"
5
6
const
UInt_t NMAXRUNPERIODS=20;
7
8
class
tutorialCorrection
:
public
CorrectionBase
{
9
public
:
10
11
tutorialCorrection
();
12
virtual
~
tutorialCorrection
(){}
13
14
void
Apply
(
AnaSpillC
& spill);
15
16
protected
:
17
18
UInt_t _nRunPeriods;
19
Float_t _correction[NMAXRUNPERIODS];
20
21
};
22
23
#endif
tutorialCorrection
Definition:
tutorialCorrection.hxx:8
AnaSpillC
Definition:
CoreDataClasses.hxx:187
CorrectionBase
All corrections should be registered with the CorrectionManager.
Definition:
CorrectionBase.hxx:15
tutorialCorrection::Apply
void Apply(AnaSpillC &spill)
Definition:
tutorialCorrection.cxx:54
Generated by
1.8.13