ATLAS Offline Software
Loading...
Searching...
No Matches
corr_pileupShift.h
Go to the documentation of this file.
1#ifndef CORR_PILEUPHIFT_H
2#define CORR_PILEUPHIFT_H
3#include "TH1D.h"
4#include "TFile.h"
5
6
12
14
15 public:
19
22 float getCorr(int layer, int run, float mu, float eta) const;
23
24 private:
25
26 // run range to apply the correction: 2016 data 296939 to 311563
28
29 // store corrections/mu vs eta per layer
30 TH1D* m_haverage[4]{};
31 TFile* m_file;
32
33};
34#endif
Scalar eta() const
pseudorapidity method
float getCorr(int layer, int run, float mu, float eta) const
get shift to subtract to raw layer energy : corrected layer energy = raw energy - shift
corr_pileupShift()
constructor (initialization done there reading a root file for the HV maps per period
Definition run.py:1