|
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 40 of file DiTauIDVarCalculator.h.
◆ StoreGateSvc_t
◆ calculateIDVariables()
◆ d0_leadtrack()
Definition at line 940 of file DiTauIDVarCalculator.cxx.
942 double pt_leadtrk = 0;
945 if (!trackLinksAcc.isAvailable(xDiTau) )
951 if ( iSubjet < 0 || iSubjet >= n_subjetsAcc(xDiTau)) {
955 TLorentzVector tlvSubjet;
956 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(iSubjet),
963 TLorentzVector tlvTrack;
966 for (
auto &xTrack: xTracks)
968 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
973 if (tlvTrack.DeltaR(tlvSubjet) < R_coreAcc(xDiTau))
975 if (tlvTrack.Pt() > pt_leadtrk)
977 pt_leadtrk = tlvTrack.Pt();
978 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 1013 of file DiTauIDVarCalculator.cxx.
1016 if (!trackLinksAcc.isAvailable(xDiTau) )
1018 Warning(
"decorNtracks()",
"Track links not available.");
1019 return StatusCode::FAILURE;
1023 int nSubjets = n_subjetsAcc(xDiTau);
1026 float Rsubjet = R_subjetAcc(xDiTau);
1027 std::vector<int> nTracks(nSubjets, 0);
1030 for (
const auto &xTrack: xTracks)
1032 double dRmin = 1111;
1035 for (
int i=0;
i<nSubjets; ++
i)
1037 TLorentzVector tlvSubjet = TLorentzVector();
1038 tlvSubjet.SetPtEtaPhiE(xDiTau.
subjetPt(
i),
1042 double dR = tlvSubjet.DeltaR((*xTrack)->p4());
1045 if ((dR < Rsubjet) && (dR < dRmin))
1051 if (itrmin > -1) nTracks[itrmin]++;
1055 n_tracksDec(xDiTau) = nTracks;
1057 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 69 of file DiTauIDVarCalculator.cxx.
115 ditau_ptDec(xDiTau) =
ditau_pt(xDiTau);
116 f_core_leadDec(xDiTau) =
f_core(xDiTau, 0);
117 f_core_sublDec(xDiTau) =
f_core(xDiTau, 1);
118 f_subjet_leadDec(xDiTau) =
f_subjet(xDiTau, 0);
119 f_subjet_sublDec(xDiTau) =
f_subjet(xDiTau, 1);
120 f_subjetsDec(xDiTau) =
f_subjets(xDiTau);
121 f_track_leadDec(xDiTau) =
f_track(xDiTau, 0);
122 f_track_sublDec(xDiTau) =
f_track(xDiTau, 1);
123 R_max_leadDec(xDiTau) =
R_max(xDiTau, 0);
124 R_max_sublDec(xDiTau) =
R_max(xDiTau, 1);
125 n_trackDec(xDiTau) =
n_track(xDiTau);
126 n_tracks_leadDec(xDiTau) =
n_tracks(xDiTau, 0);
127 n_tracks_sublDec(xDiTau) =
n_tracks(xDiTau, 1);
129 R_trackDec(xDiTau) =
R_track(xDiTau);
133 R_core_leadDec(xDiTau) =
R_core(xDiTau, 0);
134 R_core_sublDec(xDiTau) =
R_core(xDiTau, 1);
135 R_tracks_leadDec(xDiTau) =
R_tracks(xDiTau, 0);
136 R_tracks_sublDec(xDiTau) =
R_tracks(xDiTau, 1);
139 M_core_leadDec(xDiTau) =
mass_core(xDiTau, 0);
140 M_core_sublDec(xDiTau) =
mass_core(xDiTau, 1);
144 E_frac_sublDec(xDiTau) =
E_frac(xDiTau,1);
145 E_frac_subsublDec(xDiTau) =
E_frac(xDiTau, 2);
146 R_subjets_sublDec(xDiTau) =
R_subjets(xDiTau, 1);
147 R_subjets_subsublDec(xDiTau) =
R_subjets(xDiTau, 2);
152 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 986 of file DiTauIDVarCalculator.cxx.
990 if (!isoTrackLinksAcc.isAvailable(xDiTau) )
997 TLorentzVector tlvIsoTrack;
999 for (
const auto& xIsoTrack: xIsoTracks)
1001 tlvIsoTrack.SetPtEtaPhiE( (*xIsoTrack)->pt(),
1002 (*xIsoTrack)->eta(),
1003 (*xIsoTrack)->phi(),
1004 (*xIsoTrack)->e() );
1006 iso_pt += tlvIsoTrack.Pt();
1009 return iso_pt / xDiTau.
pt();
◆ f_subjet()
◆ f_subjets()
◆ f_track()
Definition at line 218 of file DiTauIDVarCalculator.cxx.
221 if (iSubjet < 0 || iSubjet >= n_subjetsAcc(xDiTau)) {
226 if (!trackLinksAcc.isAvailable(xDiTau) )
233 TLorentzVector tlvSubjet;
234 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(iSubjet),
239 TLorentzVector tlvTrack;
240 TLorentzVector tlvLeadTrack;
241 tlvLeadTrack.SetPtEtaPhiE( 0,0,0, 0);
243 for (
const auto &xTrack: xTracks)
250 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
255 if ( tlvSubjet.DeltaR(tlvTrack) < 0.2 )
257 if (tlvLeadTrack.Pt() < tlvTrack.Pt())
259 tlvLeadTrack = tlvTrack;
264 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 54 of file DiTauIDVarCalculator.cxx.
58 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 723 of file DiTauIDVarCalculator.cxx.
727 if (!trackLinksAcc.isAvailable(xDiTau) )
733 if ( iSubjet < 0 || iSubjet >= n_subjetsAcc(xDiTau)) {
737 TLorentzVector tlvallTracks;
742 TLorentzVector tlvSubjet;
743 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(iSubjet),
748 TLorentzVector tlvTrack;
751 for (
const auto& xTrack: xTracks)
753 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
757 if ( tlvSubjet.DeltaR(tlvTrack) < R_coreAcc(xDiTau) )
760 tlvallTracks += tlvTrack;
764 if (tlvallTracks.M() < 0)
769 return tlvallTracks.M();
◆ mass_track()
Definition at line 819 of file DiTauIDVarCalculator.cxx.
823 if (!trackLinksAcc.isAvailable(xDiTau) )
828 TLorentzVector tlvallTracks;
832 TLorentzVector tlvTrack;
834 for (
const auto& xTrack: xTracks)
836 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
841 tlvallTracks += tlvTrack;
844 if (tlvallTracks.M() < 0)
848 return tlvallTracks.M();
◆ mass_track_all()
Definition at line 851 of file DiTauIDVarCalculator.cxx.
855 if (!trackLinksAcc.isAvailable(xDiTau) )
860 TLorentzVector tlvallTracks;
864 TLorentzVector tlvTrack;
866 for (
const auto& xTrack: xTracks)
868 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
873 tlvallTracks += tlvTrack;
879 TLorentzVector tlvIsoTrack;
881 for (
const auto& xIsoTrack: xIsoTracks)
883 tlvIsoTrack.SetPtEtaPhiE( (*xIsoTrack)->pt(),
888 tlvallTracks += tlvIsoTrack;
891 if (tlvallTracks.M() < 0)
896 return tlvallTracks.M();
◆ mass_track_core()
Definition at line 671 of file DiTauIDVarCalculator.cxx.
675 if (!trackLinksAcc.isAvailable(xDiTau) )
681 if (n_subjetsAcc(xDiTau) < 2) {
685 TLorentzVector tlvallTracks;
688 for (
int i = 0;
i<=1;
i++)
693 TLorentzVector tlvSubjet;
694 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(
i),
699 TLorentzVector tlvTrack;
701 for (
const auto& xTrack: xTracks)
703 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
707 if ( tlvSubjet.DeltaR(tlvTrack) < R_coreAcc(xDiTau) )
710 tlvallTracks += tlvTrack;
714 if (tlvallTracks.M() < 0)
719 return tlvallTracks.M();
◆ mass_tracks()
Definition at line 773 of file DiTauIDVarCalculator.cxx.
777 if (!trackLinksAcc.isAvailable(xDiTau) )
783 if ( iSubjet < 0 || iSubjet >= n_subjetsAcc(xDiTau)) {
787 TLorentzVector tlvallTracks;
791 TLorentzVector tlvSubjet;
792 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(iSubjet),
797 TLorentzVector tlvTrack;
799 for (
const auto& xTrack: xTracks)
801 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
805 if ( tlvSubjet.DeltaR(tlvTrack) < 0.2 )
807 tlvallTracks += tlvTrack;
811 if (tlvallTracks.M() < 0)
816 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 315 of file DiTauIDVarCalculator.cxx.
318 if (iSubjet < 0 || iSubjet >= n_subjetsAcc(xDiTau)) {
323 if (!n_tracksAcc.isAvailable(xDiTau))
325 ATH_MSG_DEBUG(
"n_tracks decoration not available. Try with track links.");
328 if (!trackLinksAcc.isAvailable(xDiTau) )
336 TLorentzVector tlvSubjet;
337 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(iSubjet),
342 TLorentzVector tlvTrack;
344 for (
const auto &xTrack: xTracks)
346 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
350 if ( tlvSubjet.DeltaR(tlvTrack) < 0.2 ) nTracks++;
356 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 417 of file DiTauIDVarCalculator.cxx.
423 if (!trackLinksAcc.isAvailable(xDiTau) )
428 if (iSubjet < 0 || iSubjet >= n_subjetsAcc(xDiTau)) {
434 TLorentzVector tlvSubjet;
435 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(iSubjet),
440 TLorentzVector tlvTrack;
443 for (
const auto& xTrack: xTracks)
445 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
450 if ( tlvSubjet.DeltaR(tlvTrack) < R_coreAcc(xDiTau) )
452 R_sum += tlvSubjet.DeltaR(tlvTrack)*tlvTrack.Pt();
◆ R_isotrack()
Definition at line 618 of file DiTauIDVarCalculator.cxx.
624 if (!isoTrackLinksAcc.isAvailable(xDiTau) )
630 if (n_subjetsAcc(xDiTau) < 2) {
634 for (
int i = 0;
i<=1;
i++)
639 TLorentzVector tlvSubjet;
640 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(
i),
645 TLorentzVector tlvIsoTrack;
647 for (
const auto& xIsoTrack: xIsoTracks)
649 tlvIsoTrack.SetPtEtaPhiE( (*xIsoTrack)->pt(),
654 if (tlvSubjet.DeltaR(tlvIsoTrack) < 0.4)
656 R_sum += tlvSubjet.DeltaR(tlvIsoTrack)*tlvIsoTrack.Pt();
657 pt += tlvIsoTrack.Pt();
◆ R_max()
Definition at line 269 of file DiTauIDVarCalculator.cxx.
272 if (iSubjet < 0 || iSubjet >= n_subjetsAcc(xDiTau)) {
278 TLorentzVector tlvSubjet;
279 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(iSubjet),
284 TLorentzVector tlvTrack;
285 TLorentzVector tlvRmaxTrack;
288 for (
const auto &xTrack: xTracks)
290 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
295 if ( tlvSubjet.DeltaR(tlvTrack) < R_subjetAcc(xDiTau) )
297 if (tlvTrack.DeltaR(tlvSubjet) > Rmax)
299 Rmax = tlvTrack.DeltaR(tlvSubjet);
◆ R_subjets()
Definition at line 911 of file DiTauIDVarCalculator.cxx.
915 if ( iSubjet < 0 || iSubjet >= n_subjetsAcc(xDiTau)) {
920 if (!trackLinksAcc.isAvailable(xDiTau) )
925 TLorentzVector tlvLeadSubjet;
926 tlvLeadSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(0),
931 TLorentzVector tlvSubjet;
932 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(iSubjet),
936 return tlvLeadSubjet.DeltaR(tlvSubjet);
◆ R_track()
Definition at line 519 of file DiTauIDVarCalculator.cxx.
525 if (!trackLinksAcc.isAvailable(xDiTau) )
530 if (n_subjetsAcc(xDiTau) < 2) {
534 for (
int i = 0;
i<=1;
i++)
539 TLorentzVector tlvSubjet;
540 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(
i),
545 TLorentzVector tlvTrack;
547 for (
const auto& xTrack: xTracks)
549 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
554 if (tlvSubjet.DeltaR(tlvTrack) < 0.2)
556 R_sum += tlvSubjet.DeltaR(tlvTrack)*tlvTrack.Pt();
◆ R_track_all()
Definition at line 569 of file DiTauIDVarCalculator.cxx.
575 if (!trackLinksAcc.isAvailable(xDiTau) )
581 for (
int i = 0;
i<n_subjetsAcc(xDiTau);
i++)
586 TLorentzVector tlvSubjet;
587 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(
i),
592 TLorentzVector tlvTrack;
594 for (
const auto& xTrack: xTracks)
596 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
601 if (tlvSubjet.DeltaR(tlvTrack) <= 0.2)
603 R_sum += tlvSubjet.DeltaR(tlvTrack)*tlvTrack.Pt();
◆ R_track_core()
Definition at line 466 of file DiTauIDVarCalculator.cxx.
472 if (!trackLinksAcc.isAvailable(xDiTau) )
477 if (n_subjetsAcc(xDiTau) < 2) {
482 for (
int i = 0;
i<=1;
i++)
487 TLorentzVector tlvSubjet;
488 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(
i),
493 TLorentzVector tlvTrack;
496 for (
const auto& xTrack: xTracks)
498 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
502 if ( tlvSubjet.DeltaR(tlvTrack) < R_coreAcc(xDiTau) )
505 R_sum += tlvSubjet.DeltaR(tlvTrack)*tlvTrack.Pt();
◆ R_tracks()
Definition at line 367 of file DiTauIDVarCalculator.cxx.
373 if (!trackLinksAcc.isAvailable(xDiTau) )
379 if (iSubjet < 0 || iSubjet >= n_subjetsAcc(xDiTau)) {
385 TLorentzVector tlvSubjet;
386 tlvSubjet.SetPtEtaPhiE( xDiTau.
subjetPt(iSubjet),
391 TLorentzVector tlvTrack;
393 for (
const auto& xTrack: xTracks)
395 tlvTrack.SetPtEtaPhiE( (*xTrack)->pt(),
400 if ( tlvSubjet.DeltaR(tlvTrack) < 0.2 )
403 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
float DiTauRecTools::DiTauIDVarCalculator::m_dDefault |
|
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>