 |
ATLAS Offline Software
|
#include <DiTauIDVarCalculator.h>
|
virtual void | print () const =0 |
| Print the state of the tool. More...
|
|
virtual void | print () const |
| Print the state of the tool. 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 | sysInitialize () override |
| Perform system initialization for an algorithm. 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 |
|
|
virtual StatusCode | initialize () override |
| Dummy implementation of the initialisation function. More...
|
|
virtual StatusCode | calculateIDVariables (const xAOD::DiTauJet &xDiTau) |
|
virtual StatusCode | execute (const xAOD::DiTauJet &xDiTau) override |
| Declare the interface that the class provides. More...
|
|
float | ditau_pt (const xAOD::DiTauJet &xDiTau) const |
|
float | f_core (const xAOD::DiTauJet &xDiTau, int iSubjet) const |
|
float | f_subjet (const xAOD::DiTauJet &xDiTau, int iSubjet) const |
|
float | f_subjets (const xAOD::DiTauJet &xDiTau) const |
|
float | f_track (const xAOD::DiTauJet &xDiTau, int iSubjet) const |
|
float | R_max (const xAOD::DiTauJet &xDiTau, int iSubjet) const |
|
int | n_tracks (const xAOD::DiTauJet &xDiTau, int iSubjet) const |
|
int | n_othertrack (const xAOD::DiTauJet &xDiTau) const |
|
float | R_track (const xAOD::DiTauJet &xDiTau) const |
|
float | R_track_all (const xAOD::DiTauJet &xDiTau) const |
|
float | R_track_core (const xAOD::DiTauJet &xDiTau) const |
|
float | R_isotrack (const xAOD::DiTauJet &xDiTau) const |
|
float | R_core (const xAOD::DiTauJet &xDiTau, int iSubjet) const |
|
float | R_tracks (const xAOD::DiTauJet &xDiTau, int iSubjet) const |
|
float | mass_track (const xAOD::DiTauJet &xDiTau) const |
|
float | mass_track_core (const xAOD::DiTauJet &xDiTau) const |
|
float | mass_core (const xAOD::DiTauJet &xDiTau, int iSubjet) const |
|
float | mass_track_all (const xAOD::DiTauJet &xDiTau) const |
|
float | mass_tracks (const xAOD::DiTauJet &xDiTau, int iSubjet) const |
|
float | E_frac (const xAOD::DiTauJet &xDiTau, int iSubjet) const |
|
float | R_subjets (const xAOD::DiTauJet &xDiTau, int iSubjet) const |
|
float | d0_leadtrack (const xAOD::DiTauJet &xDiTau, int iSubjet) const |
|
float | f_isotracks (const xAOD::DiTauJet &xDiTau) const |
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &) |
| specialization for handling Gaudi::Property<SG::VarHandleBase> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &) |
| specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
|
|
Definition at line 30 of file DiTauIDVarCalculator.h.
◆ StoreGateSvc_t
◆ calculateIDVariables()
◆ d0_leadtrack()
Definition at line 920 of file DiTauIDVarCalculator.cxx.
922 double pt_leadtrk = 0;
925 if (!trackLinksAcc.isAvailable(xDiTau) )
931 if ( iSubjet < 0 || iSubjet >= n_subjetsAcc(xDiTau)) {
935 TLorentzVector tlvSubjet;
936 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(iSubjet),
943 TLorentzVector tlvTrack;
946 for (
auto &xTrack: xTracks)
948 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
953 if (tlvTrack.DeltaR(tlvSubjet) < R_coreAcc(xDiTau))
955 if (tlvTrack.Pt() > pt_leadtrk)
957 pt_leadtrk = tlvTrack.Pt();
958 d0 = (*xTrack)->d0();
◆ 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]
◆ decorNtracks()
Definition at line 993 of file DiTauIDVarCalculator.cxx.
996 if (!trackLinksAcc.isAvailable(xDiTau) )
998 Warning(
"decorNtracks()",
"Track links not available.");
999 return StatusCode::FAILURE;
1003 int nSubjets = n_subjetsAcc(xDiTau);
1006 float Rsubjet = R_subjetAcc(xDiTau);
1007 std::vector<int> nTracks(nSubjets, 0);
1010 for (
const auto &xTrack: xTracks)
1012 double dRmin = 1111;
1015 for (
int i=0;
i<nSubjets; ++
i)
1017 TLorentzVector tlvSubjet = TLorentzVector();
1018 tlvSubjet.SetPtEtaPhiE(xDiTau.
subjetPt(
i),
1022 double dR = tlvSubjet.DeltaR((*xTrack)->p4());
1025 if ((dR < Rsubjet) && (dR < dRmin))
1031 if (itrmin > -1) nTracks[itrmin]++;
1035 n_tracksDec(xDiTau) = nTracks;
1037 return StatusCode::SUCCESS;
◆ detStore()
◆ ditau_pt()
◆ E_frac()
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
Declare the interface that the class provides.
Implements DiTauRecTools::IDiTauToolBase.
Definition at line 49 of file DiTauIDVarCalculator.cxx.
95 ditau_ptDec(xDiTau) =
ditau_pt(xDiTau);
96 f_core_leadDec(xDiTau) =
f_core(xDiTau, 0);
97 f_core_sublDec(xDiTau) =
f_core(xDiTau, 1);
98 f_subjet_leadDec(xDiTau) =
f_subjet(xDiTau, 0);
99 f_subjet_sublDec(xDiTau) =
f_subjet(xDiTau, 1);
100 f_subjetsDec(xDiTau) =
f_subjets(xDiTau);
101 f_track_leadDec(xDiTau) =
f_track(xDiTau, 0);
102 f_track_sublDec(xDiTau) =
f_track(xDiTau, 1);
103 R_max_leadDec(xDiTau) =
R_max(xDiTau, 0);
104 R_max_sublDec(xDiTau) =
R_max(xDiTau, 1);
105 n_trackDec(xDiTau) =
n_track(xDiTau);
106 n_tracks_leadDec(xDiTau) =
n_tracks(xDiTau, 0);
107 n_tracks_sublDec(xDiTau) =
n_tracks(xDiTau, 1);
109 R_trackDec(xDiTau) =
R_track(xDiTau);
113 R_core_leadDec(xDiTau) =
R_core(xDiTau, 0);
114 R_core_sublDec(xDiTau) =
R_core(xDiTau, 1);
115 R_tracks_leadDec(xDiTau) =
R_tracks(xDiTau, 0);
116 R_tracks_sublDec(xDiTau) =
R_tracks(xDiTau, 1);
119 M_core_leadDec(xDiTau) =
mass_core(xDiTau, 0);
120 M_core_sublDec(xDiTau) =
mass_core(xDiTau, 1);
124 E_frac_sublDec(xDiTau) =
E_frac(xDiTau,1);
125 E_frac_subsublDec(xDiTau) =
E_frac(xDiTau, 2);
126 R_subjets_sublDec(xDiTau) =
R_subjets(xDiTau, 1);
127 R_subjets_subsublDec(xDiTau) =
R_subjets(xDiTau, 2);
132 return StatusCode::SUCCESS;
◆ 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
◆ f_core()
◆ f_isotracks()
Definition at line 966 of file DiTauIDVarCalculator.cxx.
970 if (!isoTrackLinksAcc.isAvailable(xDiTau) )
977 TLorentzVector tlvIsoTrack;
979 for (
const auto& xIsoTrack: xIsoTracks)
981 tlvIsoTrack.SetPtEtaPhiE( (*xIsoTrack)->pt(),
986 iso_pt += tlvIsoTrack.Pt();
989 return iso_pt / xDiTau.
pt();
◆ f_subjet()
◆ f_subjets()
◆ f_track()
Definition at line 198 of file DiTauIDVarCalculator.cxx.
201 if (iSubjet < 0 || iSubjet >= n_subjetsAcc(xDiTau)) {
206 if (!trackLinksAcc.isAvailable(xDiTau) )
213 TLorentzVector tlvSubjet;
214 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(iSubjet),
219 TLorentzVector tlvTrack;
220 TLorentzVector tlvLeadTrack;
221 tlvLeadTrack.SetPtEtaPhiE( 0,0,0, 0);
223 for (
const auto &xTrack: xTracks)
230 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
235 if ( tlvSubjet.DeltaR(tlvTrack) < 0.2 )
237 if (tlvLeadTrack.Pt() < tlvTrack.Pt())
239 tlvLeadTrack = tlvTrack;
244 return tlvLeadTrack.Pt() / tlvSubjet.Pt();
◆ getKey()
Get the (hashed) key of an object that is in the event store.
This is a bit of a special one. StoreGateSvc
and xAOD::TEvent
both provide ways for getting the SG::sgkey_t
key for an object that is in the store, based on a bare pointer. But they provide different interfaces for doing so.
In order to allow tools to efficiently perform this operation, they can use this helper function.
- See also
- asg::AsgTool::getName
- Parameters
-
ptr | The bare pointer to the object that the event store should know about |
- Returns
- The hashed key of the object in the store. If not found, an invalid (zero) key.
Definition at line 119 of file AsgTool.cxx.
121 #ifdef XAOD_STANDALONE
127 return (
proxy ==
nullptr ? 0 :
proxy->sgkey() );
128 #endif // XAOD_STANDALONE
◆ getName()
const std::string & asg::AsgTool::getName |
( |
const void * |
ptr | ) |
const |
|
inherited |
Get the name of an object that is / should be in the event store.
This is a bit of a special one. StoreGateSvc
and xAOD::TEvent
both provide ways for getting the std::string
name for an object that is in the store, based on a bare pointer. But they provide different interfaces for doing so.
In order to allow tools to efficiently perform this operation, they can use this helper function.
- See also
- asg::AsgTool::getKey
- Parameters
-
ptr | The bare pointer to the object that the event store should know about |
- Returns
- The string name of the object in the store. If not found, an empty string.
Definition at line 106 of file AsgTool.cxx.
108 #ifdef XAOD_STANDALONE
114 static const std::string
dummy =
"";
116 #endif // XAOD_STANDALONE
◆ getProperty()
template<class T >
const T* asg::AsgTool::getProperty |
( |
const std::string & |
name | ) |
const |
|
inherited |
Get one of the tool's properties.
◆ initialize()
StatusCode DiTauIDVarCalculator::initialize |
( |
| ) |
|
|
overrideprivatevirtual |
Dummy implementation of the initialisation function.
It's here to allow the dual-use tools to skip defining an initialisation function. Since many are doing so...
Reimplemented from asg::AsgTool.
Definition at line 34 of file DiTauIDVarCalculator.cxx.
38 return StatusCode::SUCCESS;
◆ 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.
◆ mass_core()
Definition at line 703 of file DiTauIDVarCalculator.cxx.
707 if (!trackLinksAcc.isAvailable(xDiTau) )
713 if ( iSubjet < 0 || iSubjet >= n_subjetsAcc(xDiTau)) {
717 TLorentzVector tlvallTracks;
722 TLorentzVector tlvSubjet;
723 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(iSubjet),
728 TLorentzVector tlvTrack;
731 for (
const auto& xTrack: xTracks)
733 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
737 if ( tlvSubjet.DeltaR(tlvTrack) < R_coreAcc(xDiTau) )
740 tlvallTracks += tlvTrack;
744 if (tlvallTracks.M() < 0)
749 return tlvallTracks.M();
◆ mass_track()
Definition at line 799 of file DiTauIDVarCalculator.cxx.
803 if (!trackLinksAcc.isAvailable(xDiTau) )
808 TLorentzVector tlvallTracks;
812 TLorentzVector tlvTrack;
814 for (
const auto& xTrack: xTracks)
816 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
821 tlvallTracks += tlvTrack;
824 if (tlvallTracks.M() < 0)
828 return tlvallTracks.M();
◆ mass_track_all()
Definition at line 831 of file DiTauIDVarCalculator.cxx.
835 if (!trackLinksAcc.isAvailable(xDiTau) )
840 TLorentzVector tlvallTracks;
844 TLorentzVector tlvTrack;
846 for (
const auto& xTrack: xTracks)
848 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
853 tlvallTracks += tlvTrack;
859 TLorentzVector tlvIsoTrack;
861 for (
const auto& xIsoTrack: xIsoTracks)
863 tlvIsoTrack.SetPtEtaPhiE( (*xIsoTrack)->pt(),
868 tlvallTracks += tlvIsoTrack;
871 if (tlvallTracks.M() < 0)
876 return tlvallTracks.M();
◆ mass_track_core()
Definition at line 651 of file DiTauIDVarCalculator.cxx.
655 if (!trackLinksAcc.isAvailable(xDiTau) )
661 if (n_subjetsAcc(xDiTau) < 2) {
665 TLorentzVector tlvallTracks;
668 for (
int i = 0;
i<=1;
i++)
673 TLorentzVector tlvSubjet;
674 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(
i),
679 TLorentzVector tlvTrack;
681 for (
const auto& xTrack: xTracks)
683 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
687 if ( tlvSubjet.DeltaR(tlvTrack) < R_coreAcc(xDiTau) )
690 tlvallTracks += tlvTrack;
694 if (tlvallTracks.M() < 0)
699 return tlvallTracks.M();
◆ mass_tracks()
Definition at line 753 of file DiTauIDVarCalculator.cxx.
757 if (!trackLinksAcc.isAvailable(xDiTau) )
763 if ( iSubjet < 0 || iSubjet >= n_subjetsAcc(xDiTau)) {
767 TLorentzVector tlvallTracks;
771 TLorentzVector tlvSubjet;
772 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(iSubjet),
777 TLorentzVector tlvTrack;
779 for (
const auto& xTrack: xTracks)
781 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
785 if ( tlvSubjet.DeltaR(tlvTrack) < 0.2 )
787 tlvallTracks += tlvTrack;
791 if (tlvallTracks.M() < 0)
796 return tlvallTracks.M();
◆ msg() [1/2]
◆ msg() [2/2]
◆ msg_level_name()
const std::string & asg::AsgTool::msg_level_name |
( |
| ) |
const |
|
inherited |
A deprecated function for getting the message level's name.
Instead of using this, weirdly named function, user code should get the string name of the current minimum message level (in case they really need it...), with:
MSG::name( msg().level() )
This function's name doesn't follow the ATLAS coding rules, and as such will be removed in the not too distant future.
- Returns
- The string name of the current minimum message level that's printed
Definition at line 101 of file AsgTool.cxx.
◆ msgLvl()
◆ n_isotrack()
◆ n_othertrack()
◆ n_subjets()
◆ n_track()
◆ n_tracks()
Definition at line 295 of file DiTauIDVarCalculator.cxx.
298 if (iSubjet < 0 || iSubjet >= n_subjetsAcc(xDiTau)) {
303 if (!n_tracksAcc.isAvailable(xDiTau))
305 ATH_MSG_DEBUG(
"n_tracks decoration not available. Try with track links.");
308 if (!trackLinksAcc.isAvailable(xDiTau) )
316 TLorentzVector tlvSubjet;
317 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(iSubjet),
322 TLorentzVector tlvTrack;
324 for (
const auto &xTrack: xTracks)
326 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
330 if ( tlvSubjet.DeltaR(tlvTrack) < 0.2 ) nTracks++;
336 return n_tracksAcc(xDiTau).at(iSubjet);
◆ 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.
◆ print() [1/2]
void asg::AsgTool::print |
( |
| ) |
const |
|
virtualinherited |
Print the state of the tool.
Implements asg::IAsgTool.
Reimplemented in JetRecTool, JetFinder, JetModifiedMassDrop, JetFromPseudojet, JetReclusterer, JetReclusteringTool, JetTruthLabelingTool, JetPileupLabelingTool, HI::HIPileupTool, JetDumper, JetBottomUpSoftDrop, JetRecursiveSoftDrop, JetSoftDrop, JetConstituentsRetriever, JetSubStructureMomentToolsBase, JetSplitter, JetToolRunner, JetPruner, JetPseudojetRetriever, JetTrimmer, AsgHelloTool, and KtDeltaRTool.
Definition at line 131 of file AsgTool.cxx.
◆ print() [2/2]
virtual void asg::IAsgTool::print |
( |
| ) |
const |
|
pure virtualinherited |
Print the state of the tool.
Implemented in JetRecTool, JetFinder, JetModifiedMassDrop, JetFromPseudojet, JetReclusterer, JetReclusteringTool, JetTruthLabelingTool, JetPileupLabelingTool, HI::HIPileupTool, asg::AsgTool, JetDumper, JetBottomUpSoftDrop, JetRecursiveSoftDrop, JetSoftDrop, JetConstituentsRetriever, JetSubStructureMomentToolsBase, JetSplitter, JetToolRunner, JetPruner, JetPseudojetRetriever, JetTrimmer, AsgHelloTool, and KtDeltaRTool.
◆ R_core()
Definition at line 397 of file DiTauIDVarCalculator.cxx.
403 if (!trackLinksAcc.isAvailable(xDiTau) )
408 if (iSubjet < 0 || iSubjet >= n_subjetsAcc(xDiTau)) {
414 TLorentzVector tlvSubjet;
415 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(iSubjet),
420 TLorentzVector tlvTrack;
423 for (
const auto& xTrack: xTracks)
425 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
430 if ( tlvSubjet.DeltaR(tlvTrack) < R_coreAcc(xDiTau) )
432 R_sum += tlvSubjet.DeltaR(tlvTrack)*tlvTrack.Pt();
◆ R_isotrack()
Definition at line 598 of file DiTauIDVarCalculator.cxx.
604 if (!isoTrackLinksAcc.isAvailable(xDiTau) )
610 if (n_subjetsAcc(xDiTau) < 2) {
614 for (
int i = 0;
i<=1;
i++)
619 TLorentzVector tlvSubjet;
620 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(
i),
625 TLorentzVector tlvIsoTrack;
627 for (
const auto& xIsoTrack: xIsoTracks)
629 tlvIsoTrack.SetPtEtaPhiE( (*xIsoTrack)->pt(),
634 if (tlvSubjet.DeltaR(tlvIsoTrack) < 0.4)
636 R_sum += tlvSubjet.DeltaR(tlvIsoTrack)*tlvIsoTrack.Pt();
637 pt += tlvIsoTrack.Pt();
◆ R_max()
Definition at line 249 of file DiTauIDVarCalculator.cxx.
252 if (iSubjet < 0 || iSubjet >= n_subjetsAcc(xDiTau)) {
258 TLorentzVector tlvSubjet;
259 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(iSubjet),
264 TLorentzVector tlvTrack;
265 TLorentzVector tlvRmaxTrack;
268 for (
const auto &xTrack: xTracks)
270 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
275 if ( tlvSubjet.DeltaR(tlvTrack) < R_subjetAcc(xDiTau) )
277 if (tlvTrack.DeltaR(tlvSubjet) > Rmax)
279 Rmax = tlvTrack.DeltaR(tlvSubjet);
◆ R_subjets()
Definition at line 891 of file DiTauIDVarCalculator.cxx.
895 if ( iSubjet < 0 || iSubjet >= n_subjetsAcc(xDiTau)) {
900 if (!trackLinksAcc.isAvailable(xDiTau) )
905 TLorentzVector tlvLeadSubjet;
906 tlvLeadSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(0),
911 TLorentzVector tlvSubjet;
912 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(iSubjet),
916 return tlvLeadSubjet.DeltaR(tlvSubjet);
◆ R_track()
Definition at line 499 of file DiTauIDVarCalculator.cxx.
505 if (!trackLinksAcc.isAvailable(xDiTau) )
510 if (n_subjetsAcc(xDiTau) < 2) {
514 for (
int i = 0;
i<=1;
i++)
519 TLorentzVector tlvSubjet;
520 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(
i),
525 TLorentzVector tlvTrack;
527 for (
const auto& xTrack: xTracks)
529 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
534 if (tlvSubjet.DeltaR(tlvTrack) < 0.2)
536 R_sum += tlvSubjet.DeltaR(tlvTrack)*tlvTrack.Pt();
◆ R_track_all()
Definition at line 549 of file DiTauIDVarCalculator.cxx.
555 if (!trackLinksAcc.isAvailable(xDiTau) )
561 for (
int i = 0;
i<n_subjetsAcc(xDiTau);
i++)
566 TLorentzVector tlvSubjet;
567 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(
i),
572 TLorentzVector tlvTrack;
574 for (
const auto& xTrack: xTracks)
576 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
581 if (tlvSubjet.DeltaR(tlvTrack) <= 0.2)
583 R_sum += tlvSubjet.DeltaR(tlvTrack)*tlvTrack.Pt();
◆ R_track_core()
Definition at line 446 of file DiTauIDVarCalculator.cxx.
452 if (!trackLinksAcc.isAvailable(xDiTau) )
457 if (n_subjetsAcc(xDiTau) < 2) {
462 for (
int i = 0;
i<=1;
i++)
467 TLorentzVector tlvSubjet;
468 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(
i),
473 TLorentzVector tlvTrack;
476 for (
const auto& xTrack: xTracks)
478 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
482 if ( tlvSubjet.DeltaR(tlvTrack) < R_coreAcc(xDiTau) )
485 R_sum += tlvSubjet.DeltaR(tlvTrack)*tlvTrack.Pt();
◆ R_tracks()
Definition at line 347 of file DiTauIDVarCalculator.cxx.
353 if (!trackLinksAcc.isAvailable(xDiTau) )
359 if (iSubjet < 0 || iSubjet >= n_subjetsAcc(xDiTau)) {
365 TLorentzVector tlvSubjet;
366 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(iSubjet),
371 TLorentzVector tlvTrack;
373 for (
const auto& xTrack: xTracks)
375 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
380 if ( tlvSubjet.DeltaR(tlvTrack) < 0.2 )
383 R_sum += tlvSubjet.DeltaR(tlvTrack)*tlvTrack.Pt();
◆ renounce()
◆ renounceArray()
◆ sysInitialize()
◆ 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_dDefault
Gaudi::Property<float> DiTauRecTools::DiTauIDVarCalculator::m_dDefault {this, "DefaultValue", -1234} |
|
private |
◆ m_detStore
◆ m_evtStore
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files:
virtual double pt() const
The transverse momentum ( ) of the particle.
float fCore(unsigned int numSubjet) const
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
float subjetPhi(unsigned int numSubjet) const
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
Helper class to provide constant type-safe access to aux data.
float subjetE(unsigned int numSubjet) const
virtual void setOwner(IDataHandleHolder *o)=0
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Helper class to provide type-safe access to aux data.
std::vector< ElementLink< xAOD::TrackParticleContainer > > TrackParticleLinks_t
const std::string & name(Level lvl)
Convenience function for translating message levels to strings.
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
float subjetEta(unsigned int numSubjet) const
virtual void renounce()=0
size_t nIsoTracks() const
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
#define ATH_MSG_WARNING(x)
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
const TrackParticleLinks_t & isoTrackLinks() const
float subjetPt(unsigned int numSubjet) const
const TrackParticleLinks_t & trackLinks() const
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>