CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
TestCorrection Class Reference

#include <MuonAnalysis/MomentumScaleCalibration/plugins/TestCorrection.cc>

Inheritance diagram for TestCorrection:
edm::EDAnalyzer MuScleFitBase edm::EDAnalyzer MuScleFitBase edm::EDConsumerBase edm::EDConsumerBase

Public Member Functions

 TestCorrection (const edm::ParameterSet &)
 
 TestCorrection (const edm::ParameterSet &)
 
 ~TestCorrection ()
 
 ~TestCorrection ()
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
virtual ~EDAnalyzer ()
 
- Public Member Functions inherited from edm::EDConsumerBase
 EDConsumerBase ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Private Member Functions

virtual void analyze (const edm::Event &, const edm::EventSetup &)
 
virtual void analyze (const edm::Event &, const edm::EventSetup &) override
 
lorentzVector correctMuon (const lorentzVector &muon)
 
lorentzVector correctMuon (const lorentzVector &muon)
 
virtual void endJob ()
 
virtual void endJob () override
 
template<typename T >
std::vector< MuScleFitMuonfillMuonCollection (const std::vector< T > &tracks)
 
template<typename T >
std::vector< MuScleFitMuonfillMuonCollection (const std::vector< T > &tracks)
 
virtual void initialize (const edm::EventSetup &)
 
virtual void initialize (const edm::EventSetup &)
 
- Private Member Functions inherited from MuScleFitBase
 MuScleFitBase (const edm::ParameterSet &iConfig)
 
virtual ~MuScleFitBase ()
 
void clearHistoMap ()
 Clean the histograms map. More...
 
void fillHistoMap (TFile *outputFile, unsigned int iLoop)
 Create the histograms map. More...
 
void readProbabilityDistributionsFromFile ()
 Read probability distributions from a local root file. More...
 
void writeHistoMap (const unsigned int iLoop)
 Save the histograms map to file. More...
 

Private Attributes

std::auto_ptr< BackgroundFunctionbackground_
 
TH1F * correctedPt_
 
TProfile * correctedPtVsEta_
 
std::auto_ptr
< MomentumScaleCorrector
corrector_
 
int eventCounter_
 
std::auto_ptr< ResolutionFunctionresolution_
 
TH1F * uncorrectedPt_
 
TProfile * uncorrectedPtVsEta_
 
- Private Attributes inherited from MuScleFitBase
int debug_
 
std::vector< GenMuonPairgenMuonPairs_
 Stores the genMuon pairs and the motherId prior to the creation of the internal tree. More...
 
std::map< std::string,
Histograms * > 
mapHisto_
 The map of histograms. More...
 
std::vector< MuonPairmuonPairs_
 Used to store the muon pairs plus run and event number prior to the creation of the internal tree. More...
 
std::string probabilitiesFile_
 
std::string probabilitiesFileInPath_
 
std::vector< TFile * > theFiles_
 The files were the histograms are saved. More...
 
std::string theGenInfoRootFileName_
 
edm::InputTag theMuonLabel_
 
int theMuonType_
 
std::string theRootFileName_
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Description: <one line="" class="" summary>="">

Implementation: <Notes on="" implementation>="">

Definition at line 63 of file TestCorrection.cc.

Constructor & Destructor Documentation

TestCorrection::TestCorrection ( const edm::ParameterSet iConfig)
explicit

Definition at line 143 of file TestCorrection.cc.

References background_, correctedPt_, correctedPtVsEta_, corrector_, gather_cfg::cout, eventCounter_, MuScleFitBase::fillHistoMap(), edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), download_sqlite_cfg::outputFile, MuScleFitUtils::parResol, MuScleFitUtils::resfind, resolution_, MuScleFitUtils::resolutionFunction, MuScleFitUtils::resolutionFunctionForVec, resolutionFunctionVecService(), AlCaHLTBitMon_QueryRunRegistry::string, MuScleFitBase::theFiles_, MuScleFitBase::theRootFileName_, uncorrectedPt_, and uncorrectedPtVsEta_.

143  :
144  MuScleFitBase( iConfig )
145 {
146  //now do what ever initialization is needed
147  TFile * outputFile = new TFile(theRootFileName_.c_str(), "RECREATE");
148  theFiles_.push_back(outputFile);
149  // outputFile_ = new TFile(theRootFileName_.c_str(), "RECREATE");
150  // outputFile_->cd();
151  outputFile->cd();
152  MuScleFitUtils::resfind = iConfig.getParameter<std::vector<int> >("resfind");
153  fillHistoMap(outputFile, 0);
154  uncorrectedPt_ = new TH1F("uncorrectedPt", "uncorrected pt", 1000, 0, 100);
155  uncorrectedPtVsEta_ = new TProfile("uncorrectedPtVsEta", "uncorrected pt vs eta", 1000, 0, 100, -3., 3.);
156  correctedPt_ = new TH1F("correctedPt", "corrected pt", 1000, 0, 100);
157  correctedPtVsEta_ = new TProfile("correctedPtVsEta", "corrected pt vs eta", 1000, 0, 100, -3., 3.);
158  eventCounter_ = 0;
159  // Create the corrector and set the parameters
160  corrector_.reset(new MomentumScaleCorrector( iConfig.getUntrackedParameter<std::string>("CorrectionsIdentifier") ) );
161  std::cout << "corrector_ = " << &*corrector_ << std::endl;
162  resolution_.reset(new ResolutionFunction(iConfig.getUntrackedParameter<std::string>("ResolutionsIdentifier") ) );
163  std::cout << "resolution_ = " << &*resolution_ << std::endl;
164  background_.reset(new BackgroundFunction(iConfig.getUntrackedParameter<std::string>("BackgroundIdentifier") ) );
165 
166  // Initialize the parameters of MuScleFitUtils from those saved in the functions.
167  // MuScleFitUtils::parScale = corrector_.getFunction(0)->parameters();
170 
171  MuScleFitUtils::parResol = resolution_->parameters();
172 }
T getParameter(std::string const &) const
MuScleFitBase(const edm::ParameterSet &iConfig)
Definition: MuScleFitBase.h:21
T getUntrackedParameter(std::string const &, T const &) const
TProfile * correctedPtVsEta_
static std::vector< double > parResol
std::auto_ptr< BackgroundFunction > background_
resolutionFunctionBase< std::vector< double > > * resolutionFunctionVecService(const int identifier)
Service to build the resolution functor corresponding to the passed identifier when receiving a std::...
Definition: Functions.cc:156
TProfile * uncorrectedPtVsEta_
std::string theRootFileName_
Definition: MuScleFitBase.h:47
std::auto_ptr< MomentumScaleCorrector > corrector_
void fillHistoMap(TFile *outputFile, unsigned int iLoop)
Create the histograms map.
Definition: MuScleFitBase.cc:7
std::vector< TFile * > theFiles_
The files were the histograms are saved.
Definition: MuScleFitBase.h:74
tuple cout
Definition: gather_cfg.py:121
std::auto_ptr< ResolutionFunction > resolution_
static std::vector< int > resfind
static resolutionFunctionBase< std::vector< double > > * resolutionFunctionForVec
static resolutionFunctionBase< double * > * resolutionFunction
TestCorrection::~TestCorrection ( )

Definition at line 174 of file TestCorrection.cc.

References svgfig::canvas(), correctedPt_, correctedPtVsEta_, gather_cfg::cout, eventCounter_, MuScleFitBase::theFiles_, uncorrectedPt_, uncorrectedPtVsEta_, and MuScleFitBase::writeHistoMap().

175 {
176  theFiles_[0]->cd();
177  TCanvas canvas("ptComparison","pt comparison", 1000, 800);
178  canvas.cd();
179  uncorrectedPt_->GetXaxis()->SetTitle("Pt(GeV)");
180  correctedPt_->SetLineColor(kRed);
181  TLegend * legend = new TLegend(0.7,0.71,0.98,1.);
182  legend->SetTextSize(0.02);
183  legend->SetFillColor(0); // Have a white background
184  legend->AddEntry(uncorrectedPt_, "original pt");
185  legend->AddEntry(correctedPt_, "corrected pt");
186  uncorrectedPt_->Draw();
187  correctedPt_->Draw("same");
188  legend->Draw("same");
189 
190  canvas.Write();
191  uncorrectedPt_->Write();
192  uncorrectedPtVsEta_->Write();
193  correctedPt_->Write();
194  correctedPtVsEta_->Write();
195 
196  writeHistoMap(0);
197  theFiles_[0]->Close();
198 
199  std::cout << "Total analyzed events = " << eventCounter_ << std::endl;
200 }
TProfile * correctedPtVsEta_
def canvas
Definition: svgfig.py:481
TProfile * uncorrectedPtVsEta_
void writeHistoMap(const unsigned int iLoop)
Save the histograms map to file.
std::vector< TFile * > theFiles_
The files were the histograms are saved.
Definition: MuScleFitBase.h:74
tuple cout
Definition: gather_cfg.py:121
TestCorrection::TestCorrection ( const edm::ParameterSet )
explicit
TestCorrection::~TestCorrection ( )

Member Function Documentation

virtual void TestCorrection::analyze ( const edm::Event ,
const edm::EventSetup  
)
privatevirtual

Implements edm::EDAnalyzer.

void TestCorrection::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::EDAnalyzer.

Definition at line 207 of file TestCorrection.cc.

References funct::abs(), correctedPt_, correctedPtVsEta_, correctMuon(), gather_cfg::cout, eventCounter_, fillMuonCollection(), MuScleFitUtils::findBestRecoRes(), edm::Event::getByLabel(), initialize(), MuScleFitBase::mapHisto_, patZpeak::muons, MuScleFitUtils::ResFound, MuScleFitUtils::SavedPair, MuScleFitBase::theMuonLabel_, MuScleFitBase::theMuonType_, testEve_cfg::tracks, uncorrectedPt_, and uncorrectedPtVsEta_.

207  {
208  using namespace edm;
209 
210  initialize(iSetup);
211 
212  ++eventCounter_;
213  if ( eventCounter_%100 == 0 ) {
214  std::cout << "Event number " << eventCounter_ << std::endl;
215  }
216 
217  // Take the reco-muons, depending on the type selected in the cfg
218  // --------------------------------------------------------------
219 
220  std::vector<MuScleFitMuon> muons;
221 
222  if (theMuonType_==1) { // GlobalMuons
224  iEvent.getByLabel (theMuonLabel_, glbMuons);
225  muons = fillMuonCollection(*glbMuons);
226  }
227  else if (theMuonType_==2) { // StandaloneMuons
229  iEvent.getByLabel (theMuonLabel_, saMuons);
230  muons = fillMuonCollection(*saMuons);
231  }
232  else if (theMuonType_==3) { // Tracker tracks
234  iEvent.getByLabel (theMuonLabel_, tracks);
235  muons = fillMuonCollection(*tracks);
236  }
237 
238  // Find the two muons from the resonance, and set ResFound bool
239  // ------------------------------------------------------------
240  std::pair <MuScleFitMuon, MuScleFitMuon> recMuFromBestRes =
243  MuScleFitUtils::SavedPair.push_back( std::make_pair (recMuFromBestRes.first.p4(), recMuFromBestRes.second.p4()) );
244  } else {
245  MuScleFitUtils::SavedPair.push_back( std::make_pair (lorentzVector(0.,0.,0.,0.), lorentzVector(0.,0.,0.,0.)) );
246  }
247 
248  // If resonance found, do the hard work
249  // ------------------------------------
251 
252  // Find weight and reference mass for this muon pair
253  // -------------------------------------------------
254  // double weight = MuScleFitUtils::computeWeight ((recMu1+recMu2).mass());
255 
256  // Use the correction function to correct the pt scale of the muons. Note that this takes into
257  // account the corrections from all iterations.
258  lorentzVector recMu1 = correctMuon(recMu1);
259  lorentzVector recMu2 = correctMuon(recMu2);
260 
261  reco::Particle::LorentzVector bestRecRes (recMu1+recMu2);
262 
263  //Fill histograms
264  //------------------
265  mapHisto_["hRecBestMu"]->Fill(recMu1);
266  if ((std::abs(recMu1.eta())<2.5) && (recMu1.pt()>2.5)) {
267  mapHisto_["hRecBestMu_Acc"]->Fill(recMu1);
268  }
269  mapHisto_["hRecBestMu"]->Fill(recMu2);
270  if ((std::abs(recMu2.eta())<2.5) && (recMu2.pt()>2.5)) {
271  mapHisto_["hRecBestMu_Acc"]->Fill(recMu2);
272  }
273  mapHisto_["hDeltaRecBestMu"]->Fill(recMu1, recMu2);
274 
275  mapHisto_["hRecBestRes"]->Fill(bestRecRes);
276  if ((std::abs(recMu1.eta())<2.5) && (recMu1.pt()>2.5) && (std::abs(recMu2.eta())<2.5) && (recMu2.pt()>2.5)){
277  mapHisto_["hRecBestRes_Acc"]->Fill(bestRecRes);
278  // Fill histogram of Res mass vs muon variable
279  mapHisto_["hRecBestResVSMu"]->Fill (recMu1, bestRecRes, -1);
280  mapHisto_["hRecBestResVSMu"]->Fill (recMu2, bestRecRes, +1);
281  }
282  }
283 
284  // Loop on the recMuons
285  std::vector<MuScleFitMuon>::const_iterator recMuon = muons.begin();
286  int muonCount = 0;
287  for ( ; recMuon!=muons.end(); ++recMuon, ++muonCount ) {
288 
289  // Fill the histogram with uncorrected pt values
290  uncorrectedPt_->Fill(recMuon->pt());
291  uncorrectedPtVsEta_->Fill(recMuon->pt(), recMuon->eta());
292 
293  // Fill the histogram with corrected pt values
294  std::cout << "correcting muon["<<muonCount<<"] with pt = " << recMuon->pt() << std::endl;
295  double corrPt = (*corrector_)(*recMuon);
296  std::cout << "to pt = " << corrPt << std::endl;
297  correctedPt_->Fill(corrPt);
298  correctedPtVsEta_->Fill(corrPt, recMuon->eta());
299  // correctedPt_->Fill(recMuon->pt());
300  }
301 }
edm::InputTag theMuonLabel_
Definition: MuScleFitBase.h:46
lorentzVector correctMuon(const lorentzVector &muon)
TProfile * correctedPtVsEta_
virtual void initialize(const edm::EventSetup &)
std::map< std::string, Histograms * > mapHisto_
The map of histograms.
Definition: MuScleFitBase.h:77
static bool ResFound
reco::Particle::LorentzVector lorentzVector
Definition: GenMuonPair.h:9
static std::pair< MuScleFitMuon, MuScleFitMuon > findBestRecoRes(const std::vector< MuScleFitMuon > &muons)
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
static std::vector< std::pair< lorentzVector, lorentzVector > > SavedPair
TProfile * uncorrectedPtVsEta_
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
Definition: Event.h:390
std::vector< MuScleFitMuon > fillMuonCollection(const std::vector< T > &tracks)
tuple tracks
Definition: testEve_cfg.py:39
tuple muons
Definition: patZpeak.py:38
tuple cout
Definition: gather_cfg.py:121
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Particle.h:27
lorentzVector TestCorrection::correctMuon ( const lorentzVector muon)
private
lorentzVector TestCorrection::correctMuon ( const lorentzVector muon)
private

Definition at line 303 of file TestCorrection.cc.

References corrector_, and MuScleFitUtils::fromPtEtaPhiToPxPyPz().

Referenced by analyze().

303  {
304  double corrPt = corrector_->correct(muon);
305  double ptEtaPhiE[4] = {corrPt, muon.Eta(), muon.Phi(), muon.E()};
306  return MuScleFitUtils::fromPtEtaPhiToPxPyPz(ptEtaPhiE);
307 }
static lorentzVector fromPtEtaPhiToPxPyPz(const double *ptEtaPhiE)
std::auto_ptr< MomentumScaleCorrector > corrector_
virtual void TestCorrection::endJob ( void  )
inlineprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 69 of file TestCorrection.h.

69 {};
virtual void TestCorrection::endJob ( void  )
inlineoverrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 71 of file TestCorrection.cc.

71 {};
template<typename T >
std::vector<MuScleFitMuon> TestCorrection::fillMuonCollection ( const std::vector< T > &  tracks)
inlineprivate

Definition at line 71 of file TestCorrection.h.

References gather_cfg::cout, MuScleFitBase::debug_, RPCpg::mu, metsig::muon, patZpeak::muons, and mathSSE::sqrt().

72  {
73  std::vector<MuScleFitMuon> muons;
74  typename std::vector<T>::const_iterator track;
75  for( track = tracks.begin(); track != tracks.end(); ++track ) {
77  mu = reco::Particle::LorentzVector(track->px(),track->py(),track->pz(),
78  sqrt(track->p()*track->p() + + 0.011163612));
79 
80  Double_t hitsTk(0), hitsMuon(0), ptError(0);
81  if ( const reco::Muon* myMu = dynamic_cast<const reco::Muon*>(&(*track)) ){
82  hitsTk = myMu->innerTrack()->hitPattern().numberOfValidTrackerHits();
83  hitsMuon = myMu->innerTrack()->hitPattern().numberOfValidMuonHits();
84  ptError = myMu->innerTrack()->ptError();
85  }
86  else if ( const pat::Muon* myMu = dynamic_cast<const pat::Muon*>(&(*track)) ) {
87  hitsTk = myMu->innerTrack()->hitPattern().numberOfValidTrackerHits();
88  hitsMuon = myMu->innerTrack()->hitPattern().numberOfValidMuonHits();
89  ptError = myMu->innerTrack()->ptError();
90  }
91  else if (const reco::Track* myMu = dynamic_cast<const reco::Track*>(&(*track))){
92  hitsTk = myMu->hitPattern().numberOfValidTrackerHits();
93  hitsMuon = myMu->hitPattern().numberOfValidMuonHits();
94  ptError = myMu->ptError();
95  }
96 
97  MuScleFitMuon muon(mu,track->charge(),ptError,hitsTk,hitsMuon,false);
98 
99  if (debug_>0) {
100  std::cout<<"[TestCorrection::fillMuonCollection] after MuScleFitMuon initialization"<<std::endl;
101  std::cout<<" muon = "<<muon<<std::endl;
102  }
103 
104  muons.push_back(muon);
105  }
106  return muons;
107  }
T sqrt(T t)
Definition: SSEVec.h:48
const int mu
Definition: Constants.h:22
tuple tracks
Definition: testEve_cfg.py:39
tuple muons
Definition: patZpeak.py:38
tuple cout
Definition: gather_cfg.py:121
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Particle.h:27
Analysis-level muon class.
Definition: Muon.h:50
template<typename T >
std::vector<MuScleFitMuon> TestCorrection::fillMuonCollection ( const std::vector< T > &  tracks)
inlineprivate

Definition at line 73 of file TestCorrection.cc.

References gather_cfg::cout, MuScleFitBase::debug_, RPCpg::mu, metsig::muon, patZpeak::muons, and mathSSE::sqrt().

Referenced by analyze().

74  {
75  std::vector<MuScleFitMuon> muons;
76  typename std::vector<T>::const_iterator track;
77  for( track = tracks.begin(); track != tracks.end(); ++track ) {
79  mu = reco::Particle::LorentzVector(track->px(),track->py(),track->pz(),
80  sqrt(track->p()*track->p() + + 0.011163612));
81 
82  Double_t hitsTk(0), hitsMuon(0), ptError(0);
83  if ( const reco::Muon* myMu = dynamic_cast<const reco::Muon*>(&(*track)) ){
84  hitsTk = myMu->innerTrack()->hitPattern().numberOfValidTrackerHits();
85  hitsMuon = myMu->innerTrack()->hitPattern().numberOfValidMuonHits();
86  ptError = myMu->innerTrack()->ptError();
87  }
88  else if ( const pat::Muon* myMu = dynamic_cast<const pat::Muon*>(&(*track)) ) {
89  hitsTk = myMu->innerTrack()->hitPattern().numberOfValidTrackerHits();
90  hitsMuon = myMu->innerTrack()->hitPattern().numberOfValidMuonHits();
91  ptError = myMu->innerTrack()->ptError();
92  }
93  else if (const reco::Track* myMu = dynamic_cast<const reco::Track*>(&(*track))){
94  hitsTk = myMu->hitPattern().numberOfValidTrackerHits();
95  hitsMuon = myMu->hitPattern().numberOfValidMuonHits();
96  ptError = myMu->ptError();
97  }
98 
99  MuScleFitMuon muon(mu,track->charge(),ptError,hitsTk,hitsMuon);
100 
101  if (debug_>0) {
102  std::cout<<"[TestCorrection::fillMuonCollection] after MuScleFitMuon initialization"<<std::endl;
103  std::cout<<" muon = "<<muon<<std::endl;
104  }
105 
106  muons.push_back(muon);
107  }
108  return muons;
109  }
T sqrt(T t)
Definition: SSEVec.h:48
const int mu
Definition: Constants.h:22
tuple tracks
Definition: testEve_cfg.py:39
tuple muons
Definition: patZpeak.py:38
tuple cout
Definition: gather_cfg.py:121
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Particle.h:27
Analysis-level muon class.
Definition: Muon.h:50
virtual void TestCorrection::initialize ( const edm::EventSetup )
privatevirtual
void TestCorrection::initialize ( const edm::EventSetup )
privatevirtual

Definition at line 310 of file TestCorrection.cc.

References MuScleFitBase::readProbabilityDistributionsFromFile().

Referenced by analyze().

311 {
312  // Read the pdf from root file. They are used by massProb when finding the muon pair, needed
313  // for the mass histograms.
315 }
void readProbabilityDistributionsFromFile()
Read probability distributions from a local root file.

Member Data Documentation

std::auto_ptr< BackgroundFunction > TestCorrection::background_
private

Definition at line 128 of file TestCorrection.cc.

Referenced by TestCorrection().

TH1F * TestCorrection::correctedPt_
private

Definition at line 121 of file TestCorrection.cc.

Referenced by analyze(), TestCorrection(), and ~TestCorrection().

TProfile * TestCorrection::correctedPtVsEta_
private

Definition at line 122 of file TestCorrection.cc.

Referenced by analyze(), TestCorrection(), and ~TestCorrection().

std::auto_ptr< MomentumScaleCorrector > TestCorrection::corrector_
private

Definition at line 126 of file TestCorrection.cc.

Referenced by correctMuon(), and TestCorrection().

int TestCorrection::eventCounter_
private

Definition at line 124 of file TestCorrection.cc.

Referenced by analyze(), TestCorrection(), and ~TestCorrection().

std::auto_ptr< ResolutionFunction > TestCorrection::resolution_
private

Definition at line 127 of file TestCorrection.cc.

Referenced by TestCorrection().

TH1F * TestCorrection::uncorrectedPt_
private

Definition at line 119 of file TestCorrection.cc.

Referenced by analyze(), TestCorrection(), and ~TestCorrection().

TProfile * TestCorrection::uncorrectedPtVsEta_
private

Definition at line 120 of file TestCorrection.cc.

Referenced by analyze(), TestCorrection(), and ~TestCorrection().