CMS 3D CMS Logo

List of all members | Public Member Functions | Private Types | Private Member Functions | Private Attributes
JetCorExample< Jet > Class Template Reference

#include <JetCorExample.h>

Inheritance diagram for JetCorExample< Jet >:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

 JetCorExample (edm::ParameterSet const &cfg)
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
 ~EDAnalyzer () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const * > *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Types

typedef std::vector< Jet > JetCollection
 

Private Member Functions

void analyze (edm::Event const &e, edm::EventSetup const &iSetup) override
 
void beginJob () override
 
void endJob () override
 
void FillHist1D (const TString &histName, const Double_t &x)
 

Private Attributes

std::string HistoFileName
 
std::string JetAlgorithm
 
std::string JetCorrectionService
 
TFile * m_file
 
std::map< TString, TH1 * > m_HistNames1D
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 

Detailed Description

template<class Jet>
class JetCorExample< Jet >

Definition at line 15 of file JetCorExample.h.

Member Typedef Documentation

◆ JetCollection

template<class Jet >
typedef std::vector<Jet> JetCorExample< Jet >::JetCollection
private

Definition at line 20 of file JetCorExample.h.

Constructor & Destructor Documentation

◆ JetCorExample()

template<class Jet >
JetCorExample< Jet >::JetCorExample ( edm::ParameterSet const &  cfg)

Definition at line 22 of file JetCorExample.cc.

22  {
23  JetAlgorithm = cfg.getParameter<std::string>("JetAlgorithm");
24  HistoFileName = cfg.getParameter<std::string>("HistoFileName");
25  JetCorrectionService = cfg.getParameter<std::string>("JetCorrectionService");
26 }

References looper::cfg, and AlCaHLTBitMon_QueryRunRegistry::string.

Member Function Documentation

◆ analyze()

template<class Jet >
void JetCorExample< Jet >::analyze ( edm::Event const &  e,
edm::EventSetup const &  iSetup 
)
overrideprivatevirtual

Implements edm::EDAnalyzer.

Definition at line 40 of file JetCorExample.cc.

40  {
43  evt.getByLabel(JetAlgorithm, jets);
44  typename JetCollection::const_iterator i_jet;
45  TString hname;
47  double scale;
49  for (i_jet = jets->begin(); i_jet != jets->end(); i_jet++) {
50  scale = corrector->correction(i_jet->p4());
51  hname = "JetPt";
52  FillHist1D(hname, i_jet->pt());
53  hname = "CorJetPt";
54  FillHist1D(hname, scale * i_jet->pt());
55  }
56 }

References pfClustersFromHGC3DClusters_cfi::corrector, edm::Event::getByLabel(), JetCorrector::getJetCorrector(), singleTopDQM_cfi::jets, and L1EGammaCrystalsEmulatorProducer_cfi::scale.

◆ beginJob()

template<class Jet >
void JetCorExample< Jet >::beginJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 29 of file JetCorExample.cc.

29  {
30  TString hname;
31  m_file = new TFile(HistoFileName.c_str(), "RECREATE");
33  hname = "JetPt";
34  m_HistNames1D[hname] = new TH1F(hname, hname, 100, 0, 1000);
35  hname = "CorJetPt";
36  m_HistNames1D[hname] = new TH1F(hname, hname, 100, 0, 1000);
37 }

◆ endJob()

template<class Jet >
void JetCorExample< Jet >::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 59 of file JetCorExample.cc.

59  {
61  if (m_file != nullptr) {
62  m_file->cd();
63  for (std::map<TString, TH1*>::iterator hid = m_HistNames1D.begin(); hid != m_HistNames1D.end(); hid++)
64  hid->second->Write();
65  delete m_file;
66  m_file = nullptr;
67  }
68 }

◆ FillHist1D()

template<class Jet >
void JetCorExample< Jet >::FillHist1D ( const TString &  histName,
const Double_t &  x 
)
private

Definition at line 71 of file JetCorExample.cc.

71  {
72  std::map<TString, TH1*>::iterator hid = m_HistNames1D.find(histName);
73  if (hid == m_HistNames1D.end())
74  std::cout << "%fillHist -- Could not find histogram with name: " << histName << std::endl;
75  else
76  hid->second->Fill(value);
77 }

References gather_cfg::cout.

Member Data Documentation

◆ HistoFileName

template<class Jet >
std::string JetCorExample< Jet >::HistoFileName
private

Definition at line 31 of file JetCorExample.h.

◆ JetAlgorithm

template<class Jet >
std::string JetCorExample< Jet >::JetAlgorithm
private

Definition at line 29 of file JetCorExample.h.

◆ JetCorrectionService

template<class Jet >
std::string JetCorExample< Jet >::JetCorrectionService
private

Definition at line 33 of file JetCorExample.h.

◆ m_file

template<class Jet >
TFile* JetCorExample< Jet >::m_file
private

Definition at line 26 of file JetCorExample.h.

◆ m_HistNames1D

template<class Jet >
std::map<TString, TH1*> JetCorExample< Jet >::m_HistNames1D
private

Definition at line 25 of file JetCorExample.h.

JetCorExample::FillHist1D
void FillHist1D(const TString &histName, const Double_t &x)
Definition: JetCorExample.cc:71
JetCorExample::JetCorrectionService
std::string JetCorrectionService
Definition: JetCorExample.h:33
L1EGammaCrystalsEmulatorProducer_cfi.scale
scale
Definition: L1EGammaCrystalsEmulatorProducer_cfi.py:10
gather_cfg.cout
cout
Definition: gather_cfg.py:144
reco::JetCorrector
Definition: JetCorrector.h:33
singleTopDQM_cfi.jets
jets
Definition: singleTopDQM_cfi.py:42
edm::Handle
Definition: AssociativeIterator.h:50
pfClustersFromHGC3DClusters_cfi.corrector
corrector
Definition: pfClustersFromHGC3DClusters_cfi.py:5
value
Definition: value.py:1
JetCorExample::HistoFileName
std::string HistoFileName
Definition: JetCorExample.h:31
JetCorrector::getJetCorrector
static const JetCorrector * getJetCorrector(const std::string &fName, const edm::EventSetup &fSetup)
retrieve corrector from the event setup. troughs exception if something is missing
Definition: JetCorrector.cc:48
JetCorExample::JetAlgorithm
std::string JetAlgorithm
Definition: JetCorExample.h:29
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
looper.cfg
cfg
Definition: looper.py:296
JetCorExample::m_file
TFile * m_file
Definition: JetCorExample.h:26
JetCorExample::m_HistNames1D
std::map< TString, TH1 * > m_HistNames1D
Definition: JetCorExample.h:25