CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
PileupSummaryInfoSlimmer Class Reference
Inheritance diagram for PileupSummaryInfoSlimmer:
edm::global::EDProducer<> edm::global::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 PileupSummaryInfoSlimmer (const edm::ParameterSet &conf)
 
void produce (edm::StreamID, edm::Event &, edm::EventSetup const &) const final
 
- Public Member Functions inherited from edm::global::EDProducer<>
 EDProducer ()=default
 
bool hasAbilityToProduceInLumis () const final
 
bool hasAbilityToProduceInRuns () const final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsStreamLuminosityBlocks () const final
 
bool wantsStreamRuns () const final
 
- Public Member Functions inherited from edm::global::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDProducerBase () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
 ~ProducerBase () noexcept(false) 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 const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
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::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Attributes

const std::vector< int > keepDetailedInfoFor_
 
const edm::EDGetTokenT< std::vector< PileupSummaryInfo > > src_
 

Additional Inherited Members

- Public Types inherited from edm::global::EDProducerBase
typedef EDProducerBase ModuleType
 
- Public Types inherited from edm::ProducerBase
using ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >>
 
typedef ProductRegistryHelper::TypeLabelList TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::global::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- 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

Definition at line 10 of file PileupSummaryInfoSlimmer.cc.

Constructor & Destructor Documentation

PileupSummaryInfoSlimmer::PileupSummaryInfoSlimmer ( const edm::ParameterSet conf)
inline

Definition at line 12 of file PileupSummaryInfoSlimmer.cc.

References produce().

12  :
13  src_(consumes<std::vector<PileupSummaryInfo> >(conf.getParameter<edm::InputTag>("src"))),
14  keepDetailedInfoFor_(conf.getParameter<std::vector<int32_t> >("keepDetailedInfoFor")) {
15  produces<std::vector<PileupSummaryInfo> >();
16  }
T getParameter(std::string const &) const
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
const std::vector< int > keepDetailedInfoFor_
const edm::EDGetTokenT< std::vector< PileupSummaryInfo > > src_

Member Function Documentation

void PileupSummaryInfoSlimmer::produce ( edm::StreamID  ,
edm::Event ,
edm::EventSetup const &   
) const
finalvirtual

Implements edm::global::EDProducerBase.

Definition at line 25 of file PileupSummaryInfoSlimmer.cc.

References DEFINE_FWK_MODULE, dumpTauVariables_cfi::eventInfo, spr::find(), edm::Event::getByToken(), input, keepDetailedInfoFor_, eostools::move(), convertSQLitetoXML_cfg::output, edm::Event::put(), src_, and create_public_lumi_plots::times.

Referenced by PileupSummaryInfoSlimmer().

27  {
29  auto output = std::make_unique<std::vector<PileupSummaryInfo>>();
30 
31  evt.getByToken(src_,input);
32 
33  for( const auto& psu : *input ) {
34  const int bunchCrossing = psu.getBunchCrossing();
35  const int bunchSpacing = psu.getBunchSpacing();
36  const int num_PU_vertices = psu.getPU_NumInteractions();
37  const float TrueNumInteractions = psu.getTrueNumInteractions();
38 
39  std::vector<float> zpositions;
40  std::vector<float> times;
41  std::vector<float> sumpT_lowpT;
42  std::vector<float> sumpT_highpT;
43  std::vector<int> ntrks_lowpT;
44  std::vector<int> ntrks_highpT;
45  std::vector<edm::EventID> eventInfo;
46  std::vector<float> pT_hats;
47 
48  const bool keep_details = std::find(keepDetailedInfoFor_.begin(),
50  bunchCrossing) != keepDetailedInfoFor_.end();
51 
52  if( keep_details ) {
53  zpositions = psu.getPU_zpositions();
54  times = psu.getPU_times();
55  sumpT_lowpT = psu.getPU_sumpT_lowpT();
56  sumpT_highpT = psu.getPU_sumpT_highpT();
57  ntrks_lowpT = psu.getPU_ntrks_lowpT();
58  ntrks_highpT = psu.getPU_ntrks_highpT();
59  eventInfo = psu.getPU_EventID();
60  pT_hats = psu.getPU_pT_hats();
61  }
62  // insert the slimmed vertex info
63  output->emplace_back(num_PU_vertices,
64  zpositions,
65  times,
66  sumpT_lowpT, sumpT_highpT,
67  ntrks_lowpT, ntrks_highpT,
68  eventInfo,
69  pT_hats,
70  bunchCrossing,
71  TrueNumInteractions,
72  bunchSpacing);
73  }
74 
75  evt.put(std::move(output));
76 }
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
Definition: FindCaloHit.cc:20
static std::string const input
Definition: EdmProvDump.cc:44
const std::vector< int > keepDetailedInfoFor_
const edm::EDGetTokenT< std::vector< PileupSummaryInfo > > src_
eventInfo
add run, event number and lumi section
def move(src, dest)
Definition: eostools.py:510

Member Data Documentation

const std::vector<int> PileupSummaryInfoSlimmer::keepDetailedInfoFor_
private

Definition at line 22 of file PileupSummaryInfoSlimmer.cc.

Referenced by produce().

const edm::EDGetTokenT<std::vector<PileupSummaryInfo> > PileupSummaryInfoSlimmer::src_
private

Definition at line 21 of file PileupSummaryInfoSlimmer.cc.

Referenced by produce().