CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Private Types | Private Attributes
RecoTauPiZeroProducer Class Reference
Inheritance diagram for RecoTauPiZeroProducer:
edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Types

typedef
reco::tau::RecoTauPiZeroBuilderPlugin 
Builder
 
typedef
reco::tau::RecoTauPiZeroQualityPlugin 
Ranker
 
- Public Types inherited from edm::EDProducer
typedef EDProducer ModuleType
 
- Public Types inherited from edm::ProducerBase
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 

Public Member Functions

void print (const std::vector< reco::RecoTauPiZero > &piZeros, std::ostream &out)
 
void produce (edm::Event &evt, const edm::EventSetup &es) override
 
 RecoTauPiZeroProducer (const edm::ParameterSet &pset)
 
 ~RecoTauPiZeroProducer ()
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDProducer ()
 
- Public Member Functions inherited from edm::ProducerBase
 ProducerBase ()
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription
const &)> 
registrationCallback () const
 used by the fwk to register list of products More...
 
virtual ~ProducerBase ()
 
- 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 Types

typedef boost::ptr_vector
< Builder
builderList
 
typedef boost::ptr_list
< reco::RecoTauPiZero
PiZeroList
 
typedef
reco::tau::RecoTauLexicographicalRanking
< rankerList,
reco::RecoTauPiZero
PiZeroPredicate
 
typedef boost::ptr_vector
< reco::RecoTauPiZero
PiZeroVector
 
typedef boost::ptr_vector< RankerrankerList
 

Private Attributes

builderList builders_
 
edm::EDGetTokenT
< reco::CandidateView
cand_token
 
std::auto_ptr
< StringCutObjectSelector
< reco::RecoTauPiZero > > 
outputSelector_
 
double piZeroMass_
 
std::auto_ptr< PiZeroPredicatepredicate_
 
rankerList rankers_
 

Additional Inherited Members

- Static Public Member Functions inherited from edm::EDProducer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
- 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 40 of file RecoTauPiZeroProducer.cc.

Member Typedef Documentation

Definition at line 42 of file RecoTauPiZeroProducer.cc.

typedef boost::ptr_vector<Builder> RecoTauPiZeroProducer::builderList
private

Definition at line 52 of file RecoTauPiZeroProducer.cc.

typedef boost::ptr_list<reco::RecoTauPiZero> RecoTauPiZeroProducer::PiZeroList
private

Definition at line 55 of file RecoTauPiZeroProducer.cc.

Definition at line 58 of file RecoTauPiZeroProducer.cc.

typedef boost::ptr_vector<reco::RecoTauPiZero> RecoTauPiZeroProducer::PiZeroVector
private

Definition at line 54 of file RecoTauPiZeroProducer.cc.

Definition at line 43 of file RecoTauPiZeroProducer.cc.

typedef boost::ptr_vector<Ranker> RecoTauPiZeroProducer::rankerList
private

Definition at line 53 of file RecoTauPiZeroProducer.cc.

Constructor & Destructor Documentation

RecoTauPiZeroProducer::RecoTauPiZeroProducer ( const edm::ParameterSet pset)
explicit

Definition at line 73 of file RecoTauPiZeroProducer.cc.

References builders_, cand_token, edm::EDConsumerBase::consumesCollector(), SurfaceDeformationFactory::create(), edm::ParameterSet::exists(), reco::get(), edm::ParameterSet::getParameter(), outputSelector_, piZeroMass_, predicate_, rankers_, corrVsCorr::selection, and AlCaHLTBitMon_QueryRunRegistry::string.

73  {
74  cand_token = consumes<reco::CandidateView>( pset.getParameter<edm::InputTag>("jetSrc"));
75 
76  typedef std::vector<edm::ParameterSet> VPSet;
77  // Get the mass hypothesis for the pizeros
78  piZeroMass_ = pset.getParameter<double>("massHypothesis");
79 
80  // Get each of our PiZero builders
81  const VPSet& builders = pset.getParameter<VPSet>("builders");
82  for (VPSet::const_iterator builderPSet = builders.begin();
83  builderPSet != builders.end(); ++builderPSet) {
84  // Get plugin name
85  const std::string& pluginType =
86  builderPSet->getParameter<std::string>("plugin");
87  // Build the plugin
89  pluginType, *builderPSet, consumesCollector()));
90  }
91 
92  // Get each of our quality rankers
93  const VPSet& rankers = pset.getParameter<VPSet>("ranking");
94  for (VPSet::const_iterator rankerPSet = rankers.begin();
95  rankerPSet != rankers.end(); ++rankerPSet) {
96  const std::string& pluginType =
97  rankerPSet->getParameter<std::string>("plugin");
99  pluginType, *rankerPSet));
100  }
101 
102  // Build the sorting predicate
103  predicate_ = std::auto_ptr<PiZeroPredicate>(new PiZeroPredicate(rankers_));
104 
105  // Check if we want to apply a final output selection
106  if (pset.exists("outputSelection")) {
107  std::string selection = pset.getParameter<std::string>("outputSelection");
108  if (selection != "") {
109  outputSelector_.reset(
111  }
112  }
113 
114  produces<reco::JetPiZeroAssociation>();
115 }
T getParameter(std::string const &) const
edm::EDGetTokenT< reco::CandidateView > cand_token
selection
main part
Definition: corrVsCorr.py:98
bool exists(std::string const &parameterName) const
checks if a parameter exists
reco::tau::RecoTauLexicographicalRanking< rankerList, reco::RecoTauPiZero > PiZeroPredicate
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
std::auto_ptr< StringCutObjectSelector< reco::RecoTauPiZero > > outputSelector_
SurfaceDeformation * create(int type, const std::vector< double > &params)
T get(const Candidate &c)
Definition: component.h:55
std::auto_ptr< PiZeroPredicate > predicate_
RecoTauPiZeroProducer::~RecoTauPiZeroProducer ( )
inline

Definition at line 46 of file RecoTauPiZeroProducer.cc.

46 {}

Member Function Documentation

void RecoTauPiZeroProducer::print ( const std::vector< reco::RecoTauPiZero > &  piZeros,
std::ostream &  out 
)

Definition at line 221 of file RecoTauPiZeroProducer.cc.

References rankers_, and create_public_lumi_plots::width.

222  {
223  const unsigned int width = 25;
224  BOOST_FOREACH(const reco::RecoTauPiZero& piZero, piZeros) {
225  out << piZero;
226  out << "* Rankers:" << std::endl;
227  for (rankerList::const_iterator ranker = rankers_.begin();
228  ranker != rankers_.end(); ++ranker) {
229  out << "* " << std::setiosflags(std::ios::left)
230  << std::setw(width) << ranker->name()
231  << " " << std::resetiosflags(std::ios::left)
232  << std::setprecision(3) << (*ranker)(piZero);
233  out << std::endl;
234  }
235  }
236 }
tuple out
Definition: dbtoconf.py:99
void RecoTauPiZeroProducer::produce ( edm::Event evt,
const edm::EventSetup es 
)
overridevirtual

Implements edm::EDProducer.

Definition at line 117 of file RecoTauPiZeroProducer.cc.

References builders_, cand_token, cppFunctionSkipper::exception, edm::Event::getByToken(), metsig::jet, edm::Ref< C, T, F >::key(), reco::tau::RecoTauNamedPlugin::name(), outputSelector_, piZeroMass_, predicate_, edm::Event::put(), query::result, AddFourMomenta::set(), reco::LeafCandidate::setMass(), reco::tau::RecoTauEventHolderPlugin::setup(), edm::RefVector< C, T, F >::size(), and makeLayoutFileForGui::toAdd.

118  {
119  // Get a view of our jets via the base candidates
121  evt.getByToken(cand_token, jetView);
122 
123  // Give each of our plugins a chance at doing something with the edm::Event
124  BOOST_FOREACH(Builder& builder, builders_) {
125  builder.setup(evt, es);
126  }
127 
128  // Convert the view to a RefVector of actual PFJets
129  reco::PFJetRefVector jetRefs =
130  reco::tau::castView<reco::PFJetRefVector>(jetView);
131  // Make our association
132  std::auto_ptr<reco::JetPiZeroAssociation> association;
133 
134  if (jetRefs.size()) {
135  association.reset(
137  } else {
138  association.reset(new reco::JetPiZeroAssociation);
139  }
140 
141  // Loop over our jets
142  BOOST_FOREACH(const reco::PFJetRef& jet, jetRefs) {
143  // Build our global list of RecoTauPiZero
144  PiZeroList dirtyPiZeros;
145 
146  // Compute the pi zeros from this jet for all the desired algorithms
147  BOOST_FOREACH(const Builder& builder, builders_) {
148  try {
149  PiZeroVector result(builder(*jet));
150  dirtyPiZeros.transfer(dirtyPiZeros.end(), result);
151  } catch ( cms::Exception &exception) {
152  edm::LogError("BuilderPluginException")
153  << "Exception caught in builder plugin " << builder.name()
154  << ", rethrowing" << std::endl;
155  throw exception;
156  }
157  }
158  // Rank the candidates according to our quality plugins
159  dirtyPiZeros.sort(*predicate_);
160 
161  // Keep track of the photons in the clean collection
162  std::vector<reco::RecoTauPiZero> cleanPiZeros;
163  std::set<reco::CandidatePtr> photonsInCleanCollection;
164  while (dirtyPiZeros.size()) {
165  // Pull our candidate pi zero from the front of the list
166  std::auto_ptr<reco::RecoTauPiZero> toAdd(
167  dirtyPiZeros.pop_front().release());
168  // If this doesn't pass our basic selection, discard it.
169  if (!(*outputSelector_)(*toAdd)) {
170  continue;
171  }
172  // Find the sub-gammas that are not already in the cleaned collection
173  std::vector<reco::CandidatePtr> uniqueGammas;
174  std::set_difference(toAdd->daughterPtrVector().begin(),
175  toAdd->daughterPtrVector().end(),
176  photonsInCleanCollection.begin(),
177  photonsInCleanCollection.end(),
178  std::back_inserter(uniqueGammas));
179  // If the pi zero has no unique gammas, discard it. Note toAdd is deleted
180  // when it goes out of scope.
181  if (!uniqueGammas.size()) {
182  continue;
183  } else if (uniqueGammas.size() == toAdd->daughterPtrVector().size()) {
184  // Check if it is composed entirely of unique gammas. In this case
185  // immediately add it to the clean collection.
186  photonsInCleanCollection.insert(toAdd->daughterPtrVector().begin(),
187  toAdd->daughterPtrVector().end());
188  cleanPiZeros.push_back(*toAdd);
189  } else {
190  // Otherwise update the pizero that contains only the unique gammas and
191  // add it back into the sorted list of dirty PiZeros
192  toAdd->clearDaughters();
193  // Add each of the unique daughters back to the pizero
194  BOOST_FOREACH(const reco::CandidatePtr& gamma, uniqueGammas) {
195  toAdd->addDaughter(gamma);
196  }
197  // Update the four vector
198  AddFourMomenta p4Builder_;
199  p4Builder_.set(*toAdd);
200  // Put this pi zero back into the collection of sorted dirty pizeros
201  PiZeroList::iterator insertionPoint = std::lower_bound(
202  dirtyPiZeros.begin(), dirtyPiZeros.end(), *toAdd, *predicate_);
203  dirtyPiZeros.insert(insertionPoint, toAdd);
204  }
205  }
206  // Apply the mass hypothesis if desired
207  if (piZeroMass_ >= 0) {
208  std::for_each(
209  cleanPiZeros.begin(), cleanPiZeros.end(),
210  std::bind2nd(
211  std::mem_fun_ref(&reco::RecoTauPiZero::setMass), piZeroMass_));
212  }
213  // Add to association
214  //print(cleanPiZeros, std::cout);
215  association->setValue(jet.key(), cleanPiZeros);
216  }
217  evt.put(association);
218 }
edm::EDGetTokenT< reco::CandidateView > cand_token
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:434
virtual void setMass(double m) GCC11_FINAL
set particle mass
reco::tau::RecoTauPiZeroBuilderPlugin Builder
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
Definition: Event.h:116
tuple result
Definition: query.py:137
boost::ptr_vector< reco::RecoTauPiZero > PiZeroVector
boost::ptr_list< reco::RecoTauPiZero > PiZeroList
key_type key() const
Accessor for product key.
Definition: Ref.h:266
size_type size() const
Size of the RefVector.
Definition: RefVector.h:89
void set(reco::Candidate &c) const
set up a candidate
std::auto_ptr< StringCutObjectSelector< reco::RecoTauPiZero > > outputSelector_
std::auto_ptr< PiZeroPredicate > predicate_

Member Data Documentation

builderList RecoTauPiZeroProducer::builders_
private

Definition at line 61 of file RecoTauPiZeroProducer.cc.

Referenced by produce(), and RecoTauPiZeroProducer().

edm::EDGetTokenT<reco::CandidateView> RecoTauPiZeroProducer::cand_token
private

Definition at line 67 of file RecoTauPiZeroProducer.cc.

Referenced by produce(), and RecoTauPiZeroProducer().

std::auto_ptr<StringCutObjectSelector<reco::RecoTauPiZero> > RecoTauPiZeroProducer::outputSelector_
private

Definition at line 70 of file RecoTauPiZeroProducer.cc.

Referenced by produce(), and RecoTauPiZeroProducer().

double RecoTauPiZeroProducer::piZeroMass_
private

Definition at line 64 of file RecoTauPiZeroProducer.cc.

Referenced by produce(), and RecoTauPiZeroProducer().

std::auto_ptr<PiZeroPredicate> RecoTauPiZeroProducer::predicate_
private

Definition at line 63 of file RecoTauPiZeroProducer.cc.

Referenced by produce(), and RecoTauPiZeroProducer().

rankerList RecoTauPiZeroProducer::rankers_
private

Definition at line 62 of file RecoTauPiZeroProducer.cc.

Referenced by print(), and RecoTauPiZeroProducer().