![]() |
ATLAS Offline Software
|
#include <TPileupReweighting.h>
Public Member Functions | |
| Period (Int_t _id, UInt_t _start, UInt_t _end, Int_t _defaultChannel) | |
| bool | contains (unsigned int runNumber) |
| void | SetDefaultChannel (Int_t channel) |
| void | print (const char *prefix) |
Public Attributes | |
| Int_t | id |
| UInt_t | start |
| UInt_t | end |
| Int_t | defaultChannel |
| std::map< Int_t, Int_t > | inputBinRedirect |
| std::map< Int_t, Double_t > | unrepData |
| std::vector< Period * > | subPeriods |
| std::vector< UInt_t > | runNumbers |
| std::map< Int_t, std::unique_ptr< TH1 > > | inputHists |
| std::map< Int_t, Double_t > | sumOfWeights |
| std::map< Int_t, Int_t > | numberOfEntries |
| std::map< Int_t, std::unique_ptr< TH1 > > | primaryHists |
| std::map< Int_t, std::unique_ptr< TH2 > > | secondaryHists |
Definition at line 415 of file TPileupReweighting.h.
|
inline |
Definition at line 416 of file TPileupReweighting.h.
Definition at line 431 of file TPileupReweighting.h.
Definition at line 440 of file TPileupReweighting.h.
|
inline |
Definition at line 436 of file TPileupReweighting.h.
| Int_t CP::TPileupReweighting::Period::defaultChannel |
Definition at line 420 of file TPileupReweighting.h.
| UInt_t CP::TPileupReweighting::Period::end |
Definition at line 419 of file TPileupReweighting.h.
| Int_t CP::TPileupReweighting::Period::id |
Definition at line 417 of file TPileupReweighting.h.
| std::map<Int_t, Int_t> CP::TPileupReweighting::Period::inputBinRedirect |
Definition at line 421 of file TPileupReweighting.h.
| std::map<Int_t, std::unique_ptr< TH1 > > CP::TPileupReweighting::Period::inputHists |
Definition at line 425 of file TPileupReweighting.h.
| std::map<Int_t, Int_t> CP::TPileupReweighting::Period::numberOfEntries |
Definition at line 427 of file TPileupReweighting.h.
| std::map<Int_t, std::unique_ptr< TH1 > > CP::TPileupReweighting::Period::primaryHists |
Definition at line 428 of file TPileupReweighting.h.
| std::vector<UInt_t> CP::TPileupReweighting::Period::runNumbers |
Definition at line 424 of file TPileupReweighting.h.
| std::map<Int_t, std::unique_ptr< TH2 > > CP::TPileupReweighting::Period::secondaryHists |
Definition at line 429 of file TPileupReweighting.h.
| UInt_t CP::TPileupReweighting::Period::start |
Definition at line 418 of file TPileupReweighting.h.
| std::vector<Period*> CP::TPileupReweighting::Period::subPeriods |
Definition at line 423 of file TPileupReweighting.h.
| std::map<Int_t, Double_t> CP::TPileupReweighting::Period::sumOfWeights |
Definition at line 426 of file TPileupReweighting.h.
| std::map<Int_t, Double_t> CP::TPileupReweighting::Period::unrepData |
Definition at line 422 of file TPileupReweighting.h.