Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
#include <xAODVBFMjjIntervalFilter.h>
|
virtual StatusCode | filterInitialize () override final |
|
virtual StatusCode | filterEvent () override final |
|
bool | ApplyMassDphi (ConstDataVector< xAOD::JetContainer > *jets) |
|
double | getEventWeight (ConstDataVector< xAOD::JetContainer > *jets) const |
|
| GenFilter (const std::string &name, ISvcLocator *pSvcLocator) |
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
|
ServiceHandle< IAthRNGSvc > | m_rndmSvc {this, "RndmSvc", "AthRNGSvc"} |
|
Gaudi::Property< double > | m_olapPt {this, "MinOverlapPT", 15.0 * Gaudi::Units::GeV} |
|
Gaudi::Property< double > | m_yMax {this, "RapidityAcceptance", 5.0} |
|
Gaudi::Property< double > | m_pTavgMin {this, "MinSecondJetPT", 15.0 * Gaudi::Units::GeV} |
|
SG::ReadHandleKey< xAOD::JetContainer > | m_TruthJetContainerName {this, "TruthJetContainerName", "AntiKt4TruthJets"} |
|
SG::ReadHandleKey< xAOD::TruthParticleContainer > | m_truthPartContKey {this, "TruthParticleContainerKey", "TruthGen"} |
|
Gaudi::Property< double > | m_prob0 {this, "NoJetProbability", 0.0002} |
|
Gaudi::Property< double > | m_prob1 {this, "OneJetProbability", 0.001} |
|
Gaudi::Property< double > | m_prob2low {this, "LowMjjProbability", 0.005} |
|
Gaudi::Property< double > | m_prob2high {this, "HighMjjProbability", 1.0} |
|
Gaudi::Property< double > | m_mjjlow {this, "LowMjj", 100.0 * Gaudi::Units::GeV} |
|
Gaudi::Property< bool > | m_truncatelowmjj {this, "TruncateAtLowMjj", false} |
|
Gaudi::Property< double > | m_mjjhigh {this, "HighMjj", 800.0 * Gaudi::Units::GeV} |
|
Gaudi::Property< bool > | m_truncatehighmjj {this, "TruncateAtHighMjj", false} |
|
Gaudi::Property< bool > | m_photonjetoverlap {this, "PhotonJetOverlapRemoval", false} |
|
Gaudi::Property< bool > | m_electronjetoverlap {this, "ElectronJetOverlapRemoval", true} |
|
Gaudi::Property< bool > | m_taujetoverlap {this, "TauJetOverlapRemoval", false} |
|
Gaudi::Property< bool > | m_ApplyNjet {this, "ApplyNjet", false} |
|
Gaudi::Property< unsigned int > | m_NJetsMin {this, "Njets", 2} |
|
Gaudi::Property< unsigned int > | m_NJetsMax {this, "NjetsMax", -1} |
|
Gaudi::Property< bool > | m_ApplyWeighting {this, "ApplyWeighting", true} |
|
Gaudi::Property< bool > | m_applyDphi {this, "ApplyDphi", false} |
|
Gaudi::Property< double > | m_dphijj {this, "dphijjMax", 2.5} |
|
double | m_alpha {0.} |
|
double | m_norm {1.0} |
|
DataObjIDColl | m_extendedExtraObjects |
|
StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) More...
|
|
StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) More...
|
|
std::vector< SG::VarHandleKeyArray * > | m_vhka |
|
bool | m_varHandleArraysDeclared |
|
Definition at line 20 of file xAODVBFMjjIntervalFilter.h.
◆ StoreGateSvc_t
◆ ApplyMassDphi()
◆ ATLAS_NOT_CONST_THREAD_SAFE() [1/2]
HepMC::GenEvent* event GenBase::ATLAS_NOT_CONST_THREAD_SAFE |
( |
| ) |
|
|
inlineinherited |
Access the current signal event (first in the McEventCollection)
- Note
- This function will make a new McEventCollection if there is not already a valid one and MakeMcEvent=True.
Definition at line 76 of file GenBase.h.
78 ATH_MSG_ERROR(
"McEventCollection is empty during first event access");
79 return *(
events()->begin());
◆ ATLAS_NOT_CONST_THREAD_SAFE() [2/2]
◆ checkOverlap() [1/2]
◆ checkOverlap() [2/2]
bool xAODVBFMjjIntervalFilter::checkOverlap |
( |
double |
eta, |
|
|
double |
phi, |
|
|
const std::vector< TLorentzVector > & |
list |
|
) |
| |
|
private |
- Todo:
- Provide a helper function for this (and similar)
Definition at line 261 of file xAODVBFMjjIntervalFilter.cxx.
263 for (
size_t i = 0;
i <
list.size(); ++
i)
265 double pt =
list[
i].Vect().Perp();
270 double deta =
eta -
list[
i].Vect().PseudoRapidity();
279 double dr = std::sqrt(deta * deta + dphi * dphi);
◆ cmTomm()
void GenBase::cmTomm |
( |
HepMC::GenEvent * |
evt | ) |
|
|
protectedinherited |
Scale event lengths by x 10.
Definition at line 78 of file GenBase.cxx.
79 for (HepMC::GenEvent::vertex_iterator vtx =
evt->vertices_begin(); vtx !=
evt->vertices_end(); ++vtx) {
80 const HepMC::FourVector fv((*vtx)->position().x() * 10,
81 (*vtx)->position().y() * 10,
82 (*vtx)->position().z() * 10,
83 (*vtx)->position().t() * 10);
84 (*vtx)->set_position(fv);
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
253 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
229 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
338 return PBASE::declareProperty(
name, property,
doc);
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ event_const()
const HepMC::GenEvent* GenBase::event_const |
( |
| ) |
const |
|
inlineinherited |
Access the current signal event (const)
Definition at line 83 of file GenBase.h.
85 ATH_MSG_ERROR(
"Const McEventCollection is empty during first event access");
◆ events_const() [1/2]
◆ events_const() [2/2]
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
StatusCode GenFilter::execute |
( |
| ) |
|
|
virtualinherited |
- Todo:
- Probably the filter should only look at the first event... right?
Reimplemented from GenBase.
Definition at line 29 of file GenFilter.cxx.
32 return StatusCode::FAILURE;
35 ATH_MSG_WARNING(
"More than one event in current McEventCollection -- which is valid?");
51 sc = StatusCode::FAILURE;
◆ extraDeps_update_handler()
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
◆ extraOutputDeps()
const DataObjIDColl & AthAlgorithm::extraOutputDeps |
( |
| ) |
const |
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 50 of file AthAlgorithm.cxx.
57 return Algorithm::extraOutputDeps();
◆ filterEvent()
StatusCode xAODVBFMjjIntervalFilter::filterEvent |
( |
| ) |
|
|
finaloverridevirtual |
Implements GenFilter.
Definition at line 37 of file xAODVBFMjjIntervalFilter.cxx.
40 const EventContext& ctx = Gaudi::Hive::currentContext();
44 ATH_MSG_ERROR(
"Failed to retrieve random number engine xAODVBFMjjIntervalFilter");
45 setFilterPassed(
false);
46 return StatusCode::FAILURE;
51 CHECK(truthJetCollection.isValid());
56 CHECK(xTruthParticleContainer.isValid());
60 std::vector<const xAOD::TruthParticle *> MCTruthPhotonList;
61 std::vector<const xAOD::TruthParticle *> MCTruthElectronList;
62 std::vector<TLorentzVector> MCTruthTauList;
71 std::abs(pitr->eta()) <=
m_yMax)
73 MCTruthPhotonList.push_back(pitr);
81 std::abs(pitr->eta()) <=
m_yMax)
83 MCTruthElectronList.push_back(pitr);
93 for (
size_t thisChild_id = 0; thisChild_id < tau->decayVtx()->nOutgoingParticles(); thisChild_id++)
95 auto child = tau->decayVtx()->outgoingParticle(thisChild_id);
96 if (child->prodVtx() != tau->decayVtx())
98 if (std::abs(child->pdgId()) == MC::NU_E)
100 else if (std::abs(child->pdgId()) == MC::NU_MU)
102 else if (std::abs(child->pdgId()) == MC::TAU)
109 TLorentzVector tauvis = TLorentzVector(tau->px() - nutau.Px(),
110 tau->py() - nutau.Py(),
111 tau->pz() - nutau.Pz(),
112 tau->e() - nutau.E());
113 if (tauvis.Vect().Perp() >=
m_olapPt && std::abs(tauvis.Vect().PseudoRapidity()) <=
m_yMax)
115 MCTruthTauList.push_back(tauvis);
125 for (
const xAOD::Jet* truthJet : *truthJetCollection)
127 if (std::abs(truthJet->rapidity()) <
m_yMax && truthJet->pt() >=
m_olapPt)
129 bool JetOverlapsWithPhoton =
false;
130 bool JetOverlapsWithElectron =
false;
131 bool JetOverlapsWithTau =
false;
135 JetOverlapsWithPhoton =
checkOverlap(truthJet->rapidity(), truthJet->phi(), MCTruthPhotonList);
139 JetOverlapsWithElectron =
checkOverlap(truthJet->rapidity(), truthJet->phi(), MCTruthElectronList);
143 JetOverlapsWithTau =
checkOverlap(truthJet->rapidity(), truthJet->phi(), MCTruthTauList);
146 if (!JetOverlapsWithPhoton && !JetOverlapsWithElectron && !JetOverlapsWithTau)
148 filteredJets.push_back(truthJet);
157 double eventWeight = 1.0;
159 double rnd = rndm->flat();
160 if (1.0 / eventWeight < rnd)
162 setFilterPassed(
false);
163 ATH_MSG_DEBUG(
"Event failed weighting. Weight is " << eventWeight);
164 return StatusCode::SUCCESS;
171 setFilterPassed(
false);
172 ATH_MSG_ERROR(
"Could not retrieve MC Event Collection - weight might not work");
173 return StatusCode::SUCCESS;
178 for (
unsigned int i = 0;
i < mec->
size(); ++
i)
182 double existingWeight = (*mec)[
i]->weights().
size() > 0 ? (*mec)[
i]->weights()[0] : 1.;
183 if ((*mec)[
i]->weights().size() > 0)
185 for (
unsigned int iw = 0; iw < (*mec)[
i]->weights().size(); ++iw) {
186 double existWeight = (*mec)[
i]->weights()[iw];
187 (*mec)[
i]->weights()[iw] = existWeight * eventWeight *
m_norm;
194 (*mec)[
i]->weights().push_back(eventWeight *
m_norm * existingWeight);
198 (*mec)[
i]->add_attribute(
"filterWeight", std::make_shared<HepMC3::DoubleAttribute>(eventWeight*
m_norm));
209 setFilterPassed(
false);
211 return StatusCode::SUCCESS;
217 setFilterPassed(
false);
218 return StatusCode::SUCCESS;
224 setFilterPassed(
false);
225 return StatusCode::SUCCESS;
231 setFilterPassed(
true);
232 return StatusCode::SUCCESS;
◆ filterFinalize()
virtual StatusCode GenFilter::filterFinalize |
( |
| ) |
|
|
inlinevirtualinherited |
Reimplemented in xAODBSignalFilter, xAODHeavyFlavorHadronFilter, xAODChargedTracksWeightFilter, xAODHTFilter, xAODTauFilter, xAODXtoVVDecayFilterExtended, xAODTTbarWithJpsimumuFilter, xAODMultiBjetFilter, xAODMultiCjetFilter, MuDstarFilter, BoostedHadTopAndTopPair, TrimuMassRangeFilter, LeptonFilter, BSignalFilter, DecaysFinalStateFilter, LeptonPairFilter, MultiParticleFilter, DiBjetFilter, FourLeptonInvMassFilter, ParentChildwStatusFilter, VBFHbbEtaSortingFilter, ParticleDecayFilter, HeavyFlavorHadronFilter, TauFilter, TTbarPlusHeavyFlavorFilter, MultiBjetFilter, XtoVVDecayFilterExtended, ChargedTracksWeightFilter, HTFilter, TTbarWithJpsimumuFilter, xAODDiLeptonMassFilter, DiLeptonMassFilter, QCDTruthJetFilter, QCDTruthMultiJetFilter, M4MuIntervalFilter, and MultiCjetFilter.
Definition at line 47 of file GenFilter.h.
47 {
return StatusCode::SUCCESS; }
◆ filterInitialize()
StatusCode xAODVBFMjjIntervalFilter::filterInitialize |
( |
| ) |
|
|
finaloverridevirtual |
◆ finalize()
StatusCode GenFilter::finalize |
( |
| ) |
|
|
inherited |
Definition at line 56 of file GenFilter.cxx.
59 return StatusCode::SUCCESS;
◆ GenFilter()
◆ getEventWeight()
◆ getRandomEngine()
CLHEP::HepRandomEngine * xAODVBFMjjIntervalFilter::getRandomEngine |
( |
const std::string & |
streamName, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
private |
◆ GeVToMeV()
void GenBase::GeVToMeV |
( |
HepMC::GenEvent * |
evt | ) |
|
|
protectedinherited |
Scale event energies/momenta by x 1000.
- Todo:
- Add HepMC units awareness and do it differently when HepMC provides this functionality directly (and reference-based FourVector accessors)
Definition at line 58 of file GenBase.cxx.
59 for (HepMC::GenEvent::particle_iterator
p =
evt->particles_begin();
p !=
evt->particles_end(); ++
p) {
60 const HepMC::FourVector fv((*p)->momentum().px() * 1000,
61 (*p)->momentum().py() * 1000,
62 (*p)->momentum().pz() * 1000,
63 (*p)->momentum().e() * 1000);
64 (*p)->set_momentum(fv);
65 (*p)->set_generated_mass(1000 * (*p)->generated_mass());
◆ initialize()
StatusCode GenFilter::initialize |
( |
| ) |
|
|
virtualinherited |
◆ inputHandles()
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ MeVToGeV()
void GenBase::MeVToGeV |
( |
HepMC::GenEvent * |
evt | ) |
|
|
protectedinherited |
Scale event energies/momenta by x 1/1000.
Definition at line 68 of file GenBase.cxx.
69 for (HepMC::GenEvent::particle_iterator
p =
evt->particles_begin();
p !=
evt->particles_end(); ++
p) {
70 const HepMC::FourVector fv((*p)->momentum().px() / 1000,
71 (*p)->momentum().py() / 1000,
72 (*p)->momentum().pz() / 1000,
73 (*p)->momentum().e() / 1000);
74 (*p)->set_momentum(fv);
75 (*p)->set_generated_mass((*p)->generated_mass() / 1000);
◆ mmTocm()
void GenBase::mmTocm |
( |
HepMC::GenEvent * |
evt | ) |
|
|
protectedinherited |
Scale event lengths by x 1/10.
Definition at line 87 of file GenBase.cxx.
88 for (HepMC::GenEvent::vertex_iterator vtx =
evt->vertices_begin(); vtx !=
evt->vertices_end(); ++vtx) {
89 const HepMC::FourVector fv((*vtx)->position().x() / 10,
90 (*vtx)->position().y() / 10,
91 (*vtx)->position().z() / 10,
92 (*vtx)->position().t() / 10);
93 (*vtx)->set_position(fv);
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ nFailed()
int GenFilter::nFailed |
( |
| ) |
const |
|
inlineinherited |
◆ nNeeded()
int GenFilter::nNeeded |
( |
| ) |
const |
|
inlineinherited |
◆ nPassed()
int GenFilter::nPassed |
( |
| ) |
const |
|
inlineinherited |
◆ outputHandles()
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ particleData()
const HepPDT::ParticleData* GenBase::particleData |
( |
int |
pid | ) |
const |
|
inlineinherited |
Access an element in the particle data table.
Definition at line 126 of file GenBase.h.
◆ particleTable()
const HepPDT::ParticleDataTable& GenBase::particleTable |
( |
| ) |
const |
|
inlineinherited |
Get a particle data table.
Definition at line 118 of file GenBase.h.
◆ partPropSvc()
Access the particle property service.
Definition at line 113 of file GenBase.h.
◆ pdt()
const HepPDT::ParticleDataTable& GenBase::pdt |
( |
| ) |
const |
|
inlineinherited |
Shorter alias to get a particle data table.
Definition at line 123 of file GenBase.h.
◆ renounce()
◆ renounceArray()
◆ sumDaughterNeutrinos()
Definition at line 352 of file xAODVBFMjjIntervalFilter.cxx.
354 TLorentzVector nu(0, 0, 0, 0);
358 nu.SetPx(
part->px());
359 nu.SetPy(
part->py());
360 nu.SetPz(
part->pz());
365 if (!
part->decayVtx())
368 for (
size_t thisChild_id = 0; thisChild_id <
part->decayVtx()->nOutgoingParticles(); thisChild_id++)
370 auto daughterparticle =
part->decayVtx()->outgoingParticle(thisChild_id);
◆ sysInitialize()
StatusCode AthAlgorithm::sysInitialize |
( |
| ) |
|
|
overridevirtualinherited |
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ updateVHKA()
◆ m_alpha
double xAODVBFMjjIntervalFilter::m_alpha {0.} |
|
private |
◆ m_applyDphi
Gaudi::Property<bool> xAODVBFMjjIntervalFilter::m_applyDphi {this, "ApplyDphi", false} |
|
private |
◆ m_ApplyNjet
Gaudi::Property<bool> xAODVBFMjjIntervalFilter::m_ApplyNjet {this, "ApplyNjet", false} |
|
private |
◆ m_ApplyWeighting
Gaudi::Property<bool> xAODVBFMjjIntervalFilter::m_ApplyWeighting {this, "ApplyWeighting", true} |
|
private |
◆ m_detStore
◆ m_dphijj
Gaudi::Property<double> xAODVBFMjjIntervalFilter::m_dphijj {this, "dphijjMax", 2.5} |
|
private |
◆ m_electronjetoverlap
Gaudi::Property<bool> xAODVBFMjjIntervalFilter::m_electronjetoverlap {this, "ElectronJetOverlapRemoval", true} |
|
private |
◆ m_evtStore
◆ m_extendedExtraObjects
DataObjIDColl AthAlgorithm::m_extendedExtraObjects |
|
privateinherited |
◆ m_mcEventKey
std::string GenBase::m_mcEventKey {} |
|
protectedinherited |
StoreGate key for the MC event collection (defaults to GEN_EVENT)
Definition at line 137 of file GenBase.h.
◆ m_mcevents_const
Const handle to the MC event collection.
Definition at line 163 of file GenBase.h.
◆ m_mjjhigh
Gaudi::Property<double> xAODVBFMjjIntervalFilter::m_mjjhigh {this, "HighMjj", 800.0 * Gaudi::Units::GeV} |
|
private |
◆ m_mjjlow
Gaudi::Property<double> xAODVBFMjjIntervalFilter::m_mjjlow {this, "LowMjj", 100.0 * Gaudi::Units::GeV} |
|
private |
◆ m_mkMcEvent
BooleanProperty GenBase::m_mkMcEvent {this, "MakeMcEvent", false, "Create a new MC event collection if it doesn't exist"} |
|
protectedinherited |
Flag to determine if a new MC event collection should be made if it doesn't exist.
Definition at line 139 of file GenBase.h.
◆ m_nFail
◆ m_NJetsMax
Gaudi::Property<unsigned int> xAODVBFMjjIntervalFilter::m_NJetsMax {this, "NjetsMax", -1} |
|
private |
◆ m_NJetsMin
Gaudi::Property<unsigned int> xAODVBFMjjIntervalFilter::m_NJetsMin {this, "Njets", 2} |
|
private |
◆ m_nNeeded
◆ m_norm
double xAODVBFMjjIntervalFilter::m_norm {1.0} |
|
private |
◆ m_nPass
◆ m_olapPt
Gaudi::Property<double> xAODVBFMjjIntervalFilter::m_olapPt {this, "MinOverlapPT", 15.0 * Gaudi::Units::GeV} |
|
private |
◆ m_photonjetoverlap
Gaudi::Property<bool> xAODVBFMjjIntervalFilter::m_photonjetoverlap {this, "PhotonJetOverlapRemoval", false} |
|
private |
◆ m_ppSvc
ServiceHandle<IPartPropSvc> GenBase::m_ppSvc {this, "PartPropSvc", "PartPropSvc"} |
|
privateinherited |
Handle on the particle property service.
Definition at line 160 of file GenBase.h.
◆ m_prob0
Gaudi::Property<double> xAODVBFMjjIntervalFilter::m_prob0 {this, "NoJetProbability", 0.0002} |
|
private |
◆ m_prob1
Gaudi::Property<double> xAODVBFMjjIntervalFilter::m_prob1 {this, "OneJetProbability", 0.001} |
|
private |
◆ m_prob2high
Gaudi::Property<double> xAODVBFMjjIntervalFilter::m_prob2high {this, "HighMjjProbability", 1.0} |
|
private |
◆ m_prob2low
Gaudi::Property<double> xAODVBFMjjIntervalFilter::m_prob2low {this, "LowMjjProbability", 0.005} |
|
private |
◆ m_pTavgMin
Gaudi::Property<double> xAODVBFMjjIntervalFilter::m_pTavgMin {this, "MinSecondJetPT", 15.0 * Gaudi::Units::GeV} |
|
private |
◆ m_rndmSvc
◆ m_taujetoverlap
Gaudi::Property<bool> xAODVBFMjjIntervalFilter::m_taujetoverlap {this, "TauJetOverlapRemoval", false} |
|
private |
◆ m_truncatehighmjj
Gaudi::Property<bool> xAODVBFMjjIntervalFilter::m_truncatehighmjj {this, "TruncateAtHighMjj", false} |
|
private |
◆ m_truncatelowmjj
Gaudi::Property<bool> xAODVBFMjjIntervalFilter::m_truncatelowmjj {this, "TruncateAtLowMjj", false} |
|
private |
◆ m_TruthJetContainerName
◆ m_truthPartContKey
◆ m_varHandleArraysDeclared
◆ m_vhka
◆ m_yMax
Gaudi::Property<double> xAODVBFMjjIntervalFilter::m_yMax {this, "RapidityAcceptance", 5.0} |
|
private |
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
void setSeed(const std::string &algName, const EventContext &ctx)
Set the random seed using a string (e.g.
ServiceHandle< IAthRNGSvc > m_rndmSvc
double getEventWeight(ConstDataVector< xAOD::JetContainer > *jets) const
Gaudi::Property< bool > m_photonjetoverlap
Scalar phi() const
phi method
Gaudi::Property< bool > m_truncatelowmjj
const_pointer_type cptr()
Dereference the pointer.
@ VIEW_ELEMENTS
this data object is a view, it does not own its elmts
Gaudi::Property< bool > m_applyDphi
Scalar eta() const
pseudorapidity method
const McEventCollection * events_const() const
Access the current event's McEventCollection (const)
Gaudi::Property< double > m_prob0
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
virtual StatusCode filterEvent()=0
SG::ReadHandleKey< xAOD::JetContainer > m_TruthJetContainerName
Gaudi::Property< double > m_mjjlow
const std::string & key() const
Return the StoreGate ID for the referenced object.
Gaudi::Property< bool > m_ApplyWeighting
virtual StatusCode filterInitialize()
virtual void setOwner(IDataHandleHolder *o)=0
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
bool isPhysical(const T &p)
Identify if the particle is physical, i.e. is stable or decayed.
ServiceHandle< IPartPropSvc > m_ppSvc
Handle on the particle property service.
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Gaudi::Property< double > m_yMax
virtual StatusCode sysInitialize() override
Override sysInitialize.
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
TLorentzVector sumDaughterNeutrinos(const xAOD::TruthParticle *)
Gaudi::Property< unsigned int > m_NJetsMax
::StatusCode StatusCode
StatusCode definition for legacy code.
bool isElectron(const xAOD::Egamma *eg)
is the object an electron (not Fwd)
SG::ReadHandleKey< McEventCollection > m_mcevents_const
Const handle to the MC event collection.
CLHEP::HepRandomEngine * getRandomEngine(const std::string &streamName, const EventContext &ctx) const
Class describing a truth particle in the MC record.
#define CHECK(...)
Evaluate an expression and check for errors.
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
This defines the McEventCollection, which is really just an ObjectVector of McEvent objects.
virtual bool isValid() override final
Can the handle be successfully dereferenced?
virtual void renounce()=0
const HepPDT::ParticleDataTable & particleTable() const
Get a particle data table.
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
A wrapper class for event-slot-local random engines.
Gaudi::Property< double > m_mjjhigh
Gaudi::Property< double > m_olapPt
virtual StatusCode filterFinalize()
CLHEP::HepRandomEngine * getEngine(const EventContext &ctx) const
Retrieve the random engine corresponding to the provided EventContext.
Gaudi::Property< bool > m_truncatehighmjj
bool ApplyMassDphi(ConstDataVector< xAOD::JetContainer > *jets)
Gaudi::Property< bool > m_taujetoverlap
Gaudi::Property< double > m_prob2high
Gaudi::Property< double > m_prob1
DataObjIDColl m_extendedExtraObjects
bool isStable(const T &p)
Identify if the particle is stable, i.e. has not decayed.
bool empty() const noexcept
#define ATH_MSG_WARNING(x)
DataVector adapter that acts like it holds const pointers.
bool isPhoton(const xAOD::Egamma *eg)
is the object a photon
const HepPDT::ParticleDataTable & pdt() const
Shorter alias to get a particle data table.
bool isSMNeutrino(const T &p)
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
SG::ReadHandleKey< xAOD::TruthParticleContainer > m_truthPartContKey
filterPassed
now, add a sequencer: it will only execute seqalg1 and 2 and never 3
GenBase(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Gaudi::Property< bool > m_ApplyNjet
bool checkOverlap(double, double, const std::vector< const xAOD::TruthParticle * > &)
constexpr int pow(int base, int exp) noexcept
size_type size() const noexcept
Returns the number of elements in the collection.
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Gaudi::Property< unsigned int > m_NJetsMin
virtual StatusCode initialize() override
Gaudi::Property< double > m_dphijj
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
Gaudi::Property< bool > m_electronjetoverlap
Gaudi::Property< double > m_prob2low