|
ATLAS Offline Software
|
Go to the documentation of this file.
12 #ifndef ASG_ANALYSIS_ALGORITHMS_EGAMMA_FSR_FOR_MUONS_COLLECTOR_ALG_H
13 #define ASG_ANALYSIS_ALGORITHMS_EGAMMA_FSR_FOR_MUONS_COLLECTOR_ALG_H
29 ISvcLocator *pSvcLocator);
39 Gaudi::Property<float>
m_dRMax{
this,
"deltaR_Max", 0.2,
"DeltaR max for accepting a particle when comparing to compareParticles"};
41 Gaudi::Property<std::string>
m_passWPorFSRName{
this,
"passWPorFSRName",
"passWPorFSR",
"Name for decoration for electron or photon which either passes their corresponding WP selection or the dR selection for a muon FSR."};
50 Gaudi::Property<std::string>
m_selectionName {
this,
"selectionDecoration",
"",
"the decoration for the combined WP and FSR selection"};
52 Gaudi::Property<bool>
m_vetoFSR {
this,
"vetoFSR",
false,
"boolean to revert FSR logic to rather veto FSR electrons or photons"};
55 std::unique_ptr<SG::AuxElement::Decorator<uint32_t> >
m_wpDec;
a class managing the property to configure the list of systematics to process
a data handle for reading systematics varied input data
Select isolated Photons, Electrons and Muons.
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.