|
ATLAS Offline Software
|
#include <TauTrack_v1.h>
|
| TauTrack_v1 () |
| Default constructor. More...
|
|
virtual double | pt () const |
| The transverse momentum ( \(p_T\)) of the particle. More...
|
|
virtual double | eta () const |
| The pseudorapidity ( \(\eta\)) of the particle. More...
|
|
virtual double | phi () const |
| The azimuthal angle ( \(\phi\)) of the particle. More...
|
|
virtual double | e () const |
| The total energy of the particle. More...
|
|
virtual double | m () const |
| The invariant mass of the particle. More...
|
|
virtual double | rapidity () const |
| The true rapidity (y) of the particle. More...
|
|
virtual FourMom_t | p4 () const |
| The full 4-momentum of the particle. More...
|
|
GenVecFourMom_t | genvecP4 () const |
| The full 4-momentum of the particle : internal taus type. More...
|
|
void | setP4 (double pt, double eta, double phi, double m) |
| Set methods for IParticle values. More...
|
|
virtual Type::ObjectType | type () const |
| The type of the object as a simple enumeration. More...
|
|
bool | flag (TauJetParameters::TauTrackFlag flag) const |
|
bool | flagWithMask (unsigned int) const |
|
void | setFlag (TauJetParameters::TauTrackFlag flag, bool value) |
|
TrackFlagType | flagSet () const |
|
void | setFlagSet (TrackFlagType flag) |
|
float | z0sinThetaTJVA (const xAOD::IParticle &) const |
|
float | d0TJVA () const |
|
float | d0SigTJVA () const |
|
float | z0sinthetaTJVA () const |
|
float | z0sinthetaSigTJVA () const |
|
float | rConv () const |
|
float | rConvII () const |
|
float | dRJetSeedAxis (const xAOD::IParticle &) const |
|
const std::vector< float > & | bdtScores () const |
|
void | setBdtScores (const std::vector< float > &bdtScores) |
|
float | bdtScore (size_t i) const |
|
size_t | nBdtScores () const |
|
void | addBdtScore (const float score) |
| add a cluster to the tau More...
|
|
void | clearBdtScores () |
| Remove all clusters from the tau. More...
|
|
bool | detail (TauJetParameters::TrackDetail detail, float &value) const |
|
void | setDetail (TauJetParameters::TrackDetail detail, float value) |
|
const TrackParticleLinks_t & | trackLinks () const |
|
void | setTrackLinks (const TrackParticleLinks_t &trackParticle) |
|
const TrackParticle * | track () const |
|
void | addTrackLink (const ElementLink< TrackParticleContainer > &tr) |
| add a track to the collection More...
|
|
void | clearTrackLinks () |
| Remove all tracks from the collection. More...
|
|
template<class T , class ALLOC = AuxAllocator_t<T>> |
XAOD_AUXDATA_DEPRECATED Accessor< T, ALLOC >::reference_type | auxdata (const std::string &name) |
| Fetch an aux data variable, as a non-const reference. More...
|
|
template<class T , class ALLOC = AuxAllocator_t<T>> |
XAOD_AUXDATA_DEPRECATED Accessor< T, ALLOC >::const_reference_type | auxdata (const std::string &name) const |
| Fetch an aux data variable, as a const reference. More...
|
|
template<class T , class ALLOC = AuxAllocator_t<T>> |
XAOD_AUXDATA_DEPRECATED bool | isAvailableWritable (const std::string &name, const std::string &clsname="") |
| Check if an aux variable is available for writing. More...
|
|
void | assign (const AuxElement &other, bool warnUnlocked=false) |
| Assignment. More...
|
|
const SG::AuxVectorData * | container () const |
| Return the container holding this element. More...
|
|
SG::AuxVectorData * | container () |
| Return the container holding this element. More...
|
|
template<class T , class ALLOC = AuxAllocator_t<T>> |
XAOD_AUXDATA_DEPRECATED Accessor< T, ALLOC >::const_reference_type | auxdataConst (const std::string &name) const |
| Fetch an aux data variable, as a const reference. More...
|
|
template<class T , class ALLOC = AuxAllocator_t<T>> |
XAOD_AUXDATA_DEPRECATED Accessor< T, ALLOC >::const_reference_type | auxdataConst (const std::string &name, const std::string &clsname) const |
| Fetch an aux data variable, as a const reference. More...
|
|
template<class T , class ALLOC = AuxAllocator_t<T>> |
XAOD_AUXDATA_DEPRECATED bool | isAvailableWritableAsDecoration (const std::string &name, const std::string &clsname="") const |
| Check if an aux variable is available for writing as a decoration. More...
|
|
template<class T , class ALLOC = AuxAllocator_t<T>> |
XAOD_AUXDATA_DEPRECATED Decorator< T, ALLOC >::reference_type | auxdecor (const std::string &name) const |
| Fetch an aux decoration, as a non-const reference. More...
|
|
template<class T , class ALLOC = AuxAllocator_t<T>> |
XAOD_AUXDATA_DEPRECATED Decorator< T, ALLOC >::reference_type | auxdecor (const std::string &name, const std::string &clsname) const |
| Fetch an aux decoration, as a non-const reference. More...
|
|
void | makePrivateStore () |
| Create a new (empty) private store for this object. More...
|
|
template<class U1 > |
void | makePrivateStore (const U1 &other, bool warnUnlocked=false) |
| Create a new private store for this object and copy aux data. More...
|
|
template<class U1 > |
void | makePrivateStore (const U1 *other, bool warnUnlocked=false) |
| Create a new private store for this object and copy aux data. More...
|
|
void | releasePrivateStore () |
| Release and free any private store associated with this object. More...
|
|
void | setStore (const SG::IConstAuxStore *store) |
| Set the store associated with this object. More...
|
|
void | setStore (SG::IAuxStore *store) |
| Set the store associated with this object. More...
|
|
void | setStore (const DataLink< SG::IConstAuxStore > &store) |
| Set the store associated with this object. More...
|
|
void | setConstStore (const SG::IConstAuxStore *store) |
| Synonym for setStore with IConstAuxStore . More...
|
|
void | setNonConstStore (SG::IAuxStore *store) |
| Synonym for setStore with IAuxStore . More...
|
|
bool | usingPrivateStore () const |
| Test to see if this object is currently using a private store. More...
|
|
bool | usingStandaloneStore () const |
| Test to see if this object is currently using a standalone store. More...
|
|
const SG::IConstAuxStore * | getConstStore () const |
| Return the current store, as a const interface. More...
|
|
SG::IAuxStore * | getStore () const |
| Return the current store, as a non-const interface. More...
|
|
void | clearCache () |
| Clear the cached aux data pointers. More...
|
|
const SG::auxid_set_t & | getAuxIDs () const |
| Return a set of identifiers for existing data items for this object. More...
|
|
const SG::auxid_set_t & | getDecorIDs () const |
| Return a set of identifiers for decorations for this object. More...
|
|
bool | hasStore () const |
| Return true if this object has an associated store. More...
|
|
bool | hasNonConstStore () const |
| Return true if this object has an associated non-const store. More...
|
|
bool | clearDecorations () const |
| Clear all decorations. More...
|
|
bool | trackIndices () const |
| Return true if index tracking is enabled for this object. More...
|
|
size_t | index () const |
| Return the index of this element within its container. More...
|
|
size_t | index () const |
| Return the index of this element within its container. More...
|
|
Definition at line 27 of file TauTrack_v1.h.
◆ Accessor
template<class T , class ALLOC = AuxAllocator_t<T>>
◆ ConstAccessor
template<class T , class ALLOC = AuxAllocator_t<T>>
◆ Decorator
template<class T , class ALLOC = AuxAllocator_t<T>>
◆ FourMom_t
◆ GenVecFourMom_t
◆ TrackFlagType
◆ TrackParticleLinks_t
◆ TypelessConstAccessor
◆ PrivateStoreState
The current private data state.
Enumerator |
---|
NO_PRIVATE | |
HAVE_PRIVATE | |
HAD_PRIVATE | |
Definition at line 131 of file IAuxElement.h.
◆ TauTrack_v1()
xAOD::TauTrack_v1::TauTrack_v1 |
( |
| ) |
|
◆ addBdtScore()
void xAOD::TauTrack_v1::addBdtScore |
( |
const float |
score | ) |
|
add a cluster to the tau
Definition at line 200 of file TauTrack_v1.cxx.
201 bdtScoreAcc( *this ).push_back(
score);
◆ addTrackLink()
add a track to the collection
Definition at line 223 of file TauTrack_v1.cxx.
225 trackAcc( *this ).push_back( tr );
◆ assign()
void SG::AuxElement::assign |
( |
const AuxElement & |
other, |
|
|
bool |
warnUnlocked = false |
|
) |
| |
|
inherited |
Assignment.
- Parameters
-
other | The object from which we're assigning. |
warnUnlocked | If true, then warn when we skip unlocked decorations. |
We don't copy container/index, as assignment doesn't change where this object is. However, if we have aux data, then we copy aux data if we're copying from an object that also has it; otherwise, if we're copying from an object with no aux data, then we clear ours.
◆ auxdata() [1/4]
template<class T , class ALLOC = AuxAllocator_t<T>>
Fetch an aux data variable, as a non-const reference.
- Parameters
-
name | Name of the aux variable. |
This method has to translate from the aux data name to the internal representation each time it is called. Using this method inside of loops is discouraged; instead use the Accessor
class.
◆ auxdata() [2/4]
template<class T , class ALLOC = AuxAllocator_t<T>>
Fetch an aux data variable, as a const reference.
- Parameters
-
name | Name of the aux variable. |
This method has to translate from the aux data name to the internal representation each time it is called. Using this method inside of loops is discouraged; instead use the Accessor
or ConstAccessor
classes.
◆ auxdata() [3/4]
Fetch an aux data variable, as a non-const reference.
This function provides an easy way for users to decorate objects with auxiliary data.
Take note that this function is slow. Should not be used inside time-critical code.
- Parameters
-
name | Name of the aux variable |
clsname | The name of the associated class. May be blank |
- Returns
- A modifiable reference to the decoration
Definition at line 98 of file Event/xAOD/xAODBase/xAODBase/IParticle.h.
◆ auxdata() [4/4]
Fetch an aux data variable, as a const reference.
This function provides an easy way for users to retrieve auxiliary decorations from an object.
Take note that this function is slow. Should not be used inside time-critical code.
- Parameters
-
name | Name of the aux variable |
clsname | The name of the associated class. May be blank |
- Returns
- A constant reference to the decoration
Definition at line 118 of file Event/xAOD/xAODBase/xAODBase/IParticle.h.
◆ auxdataConst() [1/2]
template<class T , class ALLOC = AuxAllocator_t<T>>
Fetch an aux data variable, as a const reference.
- Parameters
-
name | Name of the aux variable. |
This method has to translate from the aux data name to the internal representation each time it is called. Using this method inside of loops is discouraged; instead use the ConstAccessor
class.
◆ auxdataConst() [2/2]
template<class T , class ALLOC = AuxAllocator_t<T>>
Fetch an aux data variable, as a const reference.
- Parameters
-
name | Name of the aux variable. |
clsname | The name of the associated class. May be blank. |
This method has to translate from the aux data name to the internal representation each time it is called. Using this method inside of loops is discouraged; instead use the ConstAccessor
class.
◆ auxdecor() [1/2]
template<class T , class ALLOC = AuxAllocator_t<T>>
Fetch an aux decoration, as a non-const reference.
- Parameters
-
name | Name of the aux variable. |
This method has to translate from the aux data name to the internal representation each time it is called. Using this method inside of loops is discouraged; instead use the Accessor
class.
If the container is locked, this will allow fetching only variables that do not yet exist (in which case they will be marked as decorations) or variables already marked as decorations.
◆ auxdecor() [2/2]
template<class T , class ALLOC = AuxAllocator_t<T>>
Fetch an aux decoration, as a non-const reference.
- Parameters
-
name | Name of the aux variable. |
clsname | The name of the associated class. May be blank. |
This method has to translate from the aux data name to the internal representation each time it is called. Using this method inside of loops is discouraged; instead use the Accessor
class.
If the container is locked, this will allow fetching only variables that do not yet exist (in which case they will be marked as decorations) or variables already marked as decorations.
◆ bdtScore()
float xAOD::TauTrack_v1::bdtScore |
( |
size_t |
i | ) |
const |
◆ bdtScores()
const std::vector<float>& xAOD::TauTrack_v1::bdtScores |
( |
| ) |
const |
◆ clearAux()
void SG::AuxElement::clearAux |
( |
| ) |
|
|
privateinherited |
Clear all aux data associated with this element.
If this object has no associated store, this does nothing. If the associated aux data is const, this throws ExcConstAuxData
.
Definition at line 580 of file AuxElement.cxx.
◆ clearBdtScores()
void xAOD::TauTrack_v1::clearBdtScores |
( |
| ) |
|
Remove all clusters from the tau.
Definition at line 205 of file TauTrack_v1.cxx.
206 bdtScoreAcc( *this ).clear();
◆ clearCache()
void SG::AuxElement::clearCache |
( |
| ) |
|
|
inherited |
Clear the cached aux data pointers.
You should call this any time something changes in the aux store that could invalidate the vector pointers.
Definition at line 339 of file AuxElement.cxx.
◆ clearDecorations()
bool SG::AuxElement::clearDecorations |
( |
| ) |
const |
|
inherited |
Clear all decorations.
Erase all decorations from an associated store, restoring the state to when lock
was called.
Returns true if there were any decorations that were cleared, false if the store did not contain any decorations.
Definition at line 428 of file AuxElement.cxx.
◆ clearTrackLinks()
void xAOD::TauTrack_v1::clearTrackLinks |
( |
| ) |
|
Remove all tracks from the collection.
Definition at line 229 of file TauTrack_v1.cxx.
230 trackAcc( *this ).clear();
◆ container() [1/2]
Return the container holding this element.
◆ container() [2/2]
Return the container holding this element.
◆ copyAux()
Copy aux data from another object.
- Parameters
-
other | The object from which to copy. |
warnUnlocked | If true, then warn when we skip unlocked decorations. |
If this object has no associated store, this does nothing. If the associated aux data is const, this throws ExcConstAuxData
.
All aux data items from other
are copied to this object. Any aux data items associated with this object that are not present in other
are cleared. (If other
has no aux data, then all aux data items for this object are cleared.)
Definition at line 607 of file AuxElement.cxx.
622 size_t oindex =
other.index();
624 #ifndef XAOD_STANDALONE
632 #ifndef XAOD_STANDALONE
633 if (other_decors.
test (auxid)) {
635 other_ids.reset (auxid);
638 if (warnUnlocked &&
r.getName(auxid) !=
"mcEventWeights") {
639 std::ostringstream
ss;
640 ss <<
"skipped unlocked decoration " <<
r.getName(auxid)
641 <<
" (" << auxid <<
")";
647 if (!
r.isLinked (auxid)) {
648 r.copy (auxid, cont,
index(), *ocont, oindex, 1);
653 if (!other_ids.test (auxid)) {
654 r.clear (auxid, cont,
index(), 1);
◆ d0SigTJVA()
float xAOD::TauTrack_v1::d0SigTJVA |
( |
| ) |
const |
◆ d0TJVA()
float xAOD::TauTrack_v1::d0TJVA |
( |
| ) |
const |
◆ detail()
Definition at line 166 of file TauTrack_v1.cxx.
169 if( ! acc )
return false;
170 if( !
acc->isAvailable( *
this ) )
return false;
173 value = ( *acc )( *this );
◆ dRJetSeedAxis()
Definition at line 151 of file TauTrack_v1.cxx.
154 return tau->
jet()->
p4().DeltaR(this->
p4());
156 std::cerr <<
"ERROR xAOD::TauTrack::z0sinThetaTJVA cannot get TauJet" << std::endl;
◆ e()
double xAOD::TauTrack_v1::e |
( |
| ) |
const |
|
virtual |
◆ eta()
virtual double xAOD::TauTrack_v1::eta |
( |
| ) |
const |
|
virtual |
The pseudorapidity ( \(\eta\)) of the particle.
Implements xAOD::IParticle.
◆ flag()
Definition at line 74 of file TauTrack_v1.cxx.
75 static const Accessor< TauTrack_v1::TrackFlagType > trackFlags(
"flagSet");
78 return thisTracksFlags[
flag];
◆ flagSet()
◆ flagWithMask()
Definition at line 81 of file TauTrack_v1.cxx.
82 static const Accessor< TauTrack_v1::TrackFlagType > trackFlags(
"flagSet");
◆ genvecP4()
The full 4-momentum of the particle : internal taus type.
Definition at line 37 of file TauTrack_v1.cxx.
◆ getAuxIDs()
Return a set of identifiers for existing data items for this object.
If this object has a private or standalone store, then information from that will be returned. Otherwise, if this element is part of a container, then information for the container will be returned. Otherwise, return an empty set.
Definition at line 355 of file AuxElement.cxx.
357 #ifdef ATHCONTAINERS_R21_COMPAT
◆ getConstStore()
Return the current store, as a const interface.
This will be non-zero if either a const or non-const store is associated with this object. This will fetch either a private or standalone store.
Definition at line 304 of file AuxElement.cxx.
◆ getDecorIDs()
Return a set of identifiers for decorations for this object.
If this object has a private or standalone store, then information
from that will be returned. Otherwise, if this element
is part of a container, then information for the container
will be returned. Otherwise, return an empty set.
Definition at line 378 of file AuxElement.cxx.
380 #ifdef ATHCONTAINERS_R21_COMPAT
◆ getStore()
Return the current store, as a non-const interface.
This will be non-zero if a non-const store is associated with this object. This will fetch either a private or standalone store.
Definition at line 319 of file AuxElement.cxx.
322 #ifdef ATHCONTAINERS_R21_COMPAT
◆ hadPrivateData()
bool SG::IAuxElement::hadPrivateData |
( |
| ) |
const |
|
protectedinherited |
True if this element had private data before it was added to its current container.
◆ hasNonConstStore()
bool SG::AuxElement::hasNonConstStore |
( |
| ) |
const |
|
inherited |
Return true if this object has an associated non-const store.
This will be true for either a private or standalone store.
Definition at line 411 of file AuxElement.cxx.
◆ hasStore()
bool SG::AuxElement::hasStore |
( |
| ) |
const |
|
inherited |
Return true if this object has an associated store.
This will be true for either a private or standalone store.
Definition at line 398 of file AuxElement.cxx.
◆ havePrivateData()
bool SG::IAuxElement::havePrivateData |
( |
| ) |
const |
|
protectedinherited |
True if this element currently has private data.
◆ index() [1/2]
size_t SG::IAuxElement::index |
( |
| ) |
const |
|
inherited |
Return the index of this element within its container.
◆ index() [2/2]
size_t SG::IAuxElement::index |
|
inherited |
Return the index of this element within its container.
Inherited from IAuxElement.
◆ isAvailable()
Check if a user property is available for reading or not.
This function should be used to check if a user property which may or may not exist, is set on the object.
- Parameters
-
name | Name of the auxiliary variable |
clsname | The name of the associated class. May be blank |
- Returns
- Whether the decoration exists or not
Definition at line 135 of file Event/xAOD/xAODBase/xAODBase/IParticle.h.
◆ isAvailableWritable() [1/2]
template<class T , class ALLOC = AuxAllocator_t<T>>
Check if an aux variable is available for writing.
- Parameters
-
name | Name of the aux variable. |
clsname | The name of the associated class. May be blank. |
This method has to translate from the aux data name to the internal representation each time it is called. Using this method inside of loops is discouraged; instead use the Accessor
class.
◆ isAvailableWritable() [2/2]
Check if a user property is available for writing or not.
This function can be used to check whether it will be possible to set a user property on the object.
- Parameters
-
name | Name of the auxiliary variable |
clsname | The name of the associated class. May be blank |
- Returns
- Whether the decoration is possible to set
Definition at line 152 of file Event/xAOD/xAODBase/xAODBase/IParticle.h.
◆ isAvailableWritableAsDecoration()
template<class T , class ALLOC = AuxAllocator_t<T>>
Check if an aux variable is available for writing as a decoration.
- Parameters
-
name | Name of the aux variable. |
clsname | The name of the associated class. May be blank. |
This method has to translate from the aux data name to the internal representation each time it is called. Using this method inside of loops is discouraged; instead use the Accessor
class.
◆ m()
double xAOD::TauTrack_v1::m |
( |
| ) |
const |
|
virtual |
◆ makePrivateStore() [1/3]
void SG::AuxElement::makePrivateStore |
( |
| ) |
|
|
inherited |
Create a new (empty) private store for this object.
ExcBadPrivateStore
will be thrown if this object is already associated with a store.
Definition at line 192 of file AuxElement.cxx.
◆ makePrivateStore() [2/3]
template<class U1 >
void SG::AuxElement::makePrivateStore |
( |
const U1 & |
other, |
|
|
bool |
warnUnlocked = false |
|
) |
| |
|
inherited |
Create a new private store for this object and copy aux data.
- Parameters
-
other | The object from which aux data should be copied. |
warnUnlocked | If true, then warn when we skip unlocked decorations. |
ExcBadPrivateStore
will be thrown if this object is already associated with a store.
If other
is an object that has aux data, then those data will be copied; otherwise, nothing will be done.
◆ makePrivateStore() [3/3]
template<class U1 >
void SG::AuxElement::makePrivateStore |
( |
const U1 * |
other, |
|
|
bool |
warnUnlocked = false |
|
) |
| |
|
inherited |
Create a new private store for this object and copy aux data.
- Parameters
-
other | The object from which aux data should be copied. |
warnUnlocked | If true, then warn when we skip unlocked decorations. |
ExcBadPrivateStore
will be thrown if this object is already associated with a store.
If other
is an object that has aux data, then those data will be copied; otherwise, nothing will be done.
◆ makePrivateStore1() [1/2]
void SG::AuxElement::makePrivateStore1 |
( |
const AuxElement * |
other, |
|
|
bool |
warnUnlocked |
|
) |
| |
|
privateinherited |
Create a new private store for this object and copy aux data.
- Parameters
-
other | The object from which aux data should be copied. |
warnUnlocked | If true, then warn when we skip unlocked decorations. |
ExcBadPrivateStore
will be thrown if this object is already associated with a store.
This overload handles the case where other
does have aux data.
Definition at line 565 of file AuxElement.cxx.
◆ makePrivateStore1() [2/2]
void SG::AuxElement::makePrivateStore1 |
( |
const void * |
other, |
|
|
bool |
warnUnlocked |
|
) |
| |
|
privateinherited |
Create a new private store for this object and copy aux data.
- Parameters
-
other | The object from which aux data should be copied. |
warnUnlocked | If true, then warn when we skip unlocked decorations. |
ExcBadPrivateStore
will be thrown if this object is already associated with a store.
This overload handles the case where other
does not have aux data.
◆ nBdtScores()
size_t xAOD::TauTrack_v1::nBdtScores |
( |
| ) |
const |
◆ noPrivateData()
bool SG::IAuxElement::noPrivateData |
( |
| ) |
const |
|
protectedinherited |
True if this element has no private data.
◆ p4()
◆ phi()
virtual double xAOD::TauTrack_v1::phi |
( |
| ) |
const |
|
virtual |
The azimuthal angle ( \(\phi\)) of the particle.
Implements xAOD::IParticle.
◆ pt()
virtual double xAOD::TauTrack_v1::pt |
( |
| ) |
const |
|
virtual |
The transverse momentum ( \(p_T\)) of the particle.
Implements xAOD::IParticle.
◆ rapidity()
double xAOD::TauTrack_v1::rapidity |
( |
| ) |
const |
|
virtual |
◆ rConv()
float xAOD::TauTrack_v1::rConv |
( |
| ) |
const |
◆ rConvII()
float xAOD::TauTrack_v1::rConvII |
( |
| ) |
const |
◆ releasePrivateStore()
void SG::AuxElement::releasePrivateStore |
( |
| ) |
|
|
inherited |
Release and free any private store associated with this object.
ExcBadPrivateStore
will be thrown if this object does not have a private store.
Definition at line 210 of file AuxElement.cxx.
221 typeid(*
m_container) !=
typeid(AuxElementPrivateData))
◆ releasePrivateStoreForDtor()
void SG::AuxElement::releasePrivateStoreForDtor |
( |
| ) |
|
|
privateinherited |
Out-of-line portion of destructor.
Delete a private store if we have one.
Definition at line 441 of file AuxElement.cxx.
443 #ifdef ATHCONTAINERS_R21_COMPAT
◆ setBdtScores()
void xAOD::TauTrack_v1::setBdtScores |
( |
const std::vector< float > & |
bdtScores | ) |
|
◆ setConstStore()
Synonym for setStore
with IConstAuxStore
.
- Parameters
-
◆ setDetail()
◆ setFlag()
Definition at line 93 of file TauTrack_v1.cxx.
94 static const Accessor< TauTrack_v1::TrackFlagType > trackFlags(
"flagSet");
98 f = thisTracksFlags.to_ulong();
◆ setFlagSet()
◆ setHadPrivateData()
void SG::IAuxElement::setHadPrivateData |
( |
| ) |
|
|
privateinherited |
Record that this element used to have private data.
◆ setHavePrivateData()
void SG::IAuxElement::setHavePrivateData |
( |
| ) |
|
|
privateinherited |
Record that this element currently has private data.
◆ setIndex()
Set the index/container for this element.
- Parameters
-
index | The index of this object within the container. |
container | The container holding this object. May be null if this object is being removed from a container. |
Usually this simply sets the index and container members of this object. However, in the case where this object has an associated private store, then we need to deal with releasing the store if the object is being added to a container, or making a new store if the object is being removed from a container.
◆ setIndexPrivate()
Set the index/container for this element.
- Parameters
-
index | The index of this object within the container. |
container | The container holding this object. May be null if this object is being removed from a container. |
This is called from setIndex
when we have a private store to deal with.
Definition at line 505 of file AuxElement.cxx.
507 #ifdef ATHCONTAINERS_R21_COMPAT
525 typeid(*
m_container) ==
typeid(AuxElementPrivateData))
543 "from a container.");
◆ setNonConstStore()
Synonym for setStore
with IAuxStore
.
- Parameters
-
◆ setNoPrivateData()
void SG::IAuxElement::setNoPrivateData |
( |
| ) |
|
|
privateinherited |
Record that this element does not have private data.
◆ setP4()
◆ setStore() [1/3]
Set the store associated with this object.
- Parameters
-
If store is nonzero, this adds a standalone store to the object. The object must not be in a container and must not have a private store. If store is zero, this removes a standalone store.
- Parameters
-
store | Link to the new store. |
Definition at line 269 of file AuxElement.cxx.
◆ setStore() [2/3]
Set the store associated with this object.
- Parameters
-
If store is nonzero, this adds a standalone store to the object. The object must not be in a container and must not have a private store. If store is zero, this removes a standalone store.
Definition at line 241 of file AuxElement.cxx.
◆ setStore() [3/3]
Set the store associated with this object.
- Parameters
-
If store is nonzero, this adds a standalone store to the object. The object must not be in a container and must not have a private store. If store is zero, this removes a standalone store.
Definition at line 257 of file AuxElement.cxx.
◆ setStore1()
Set the store associated with this object.
- Parameters
-
Helper for setStore
. Creates the AuxElementStandaloneData
object if needed and returns it.
- Parameters
-
Helper for setStore
. Creates the @x AuxElementStandaloneData object if needed and returns it.
Definition at line 461 of file AuxElement.cxx.
467 AuxElementStandaloneData*
data =
new AuxElementStandaloneData;
474 return static_cast<AuxElementStandaloneData*
> (
container());
477 throw ExcBadPrivateStore (
"Attempt to attach a standalone store to an "
478 "object in a container or with a private store.");
489 throw ExcBadPrivateStore (
"Attempt to remove a standalone store from an "
490 "object in a container or with a private store.");
◆ setTrackLinks()
◆ track()
◆ trackIndices()
bool SG::AuxElement::trackIndices |
( |
| ) |
const |
|
inherited |
Return true if index tracking is enabled for this object.
Always returns true. Included here to be consistent with AuxVectorBase when standalone objects may be used as template parameters.
◆ trackLinks()
◆ type()
◆ usingPrivateStore()
bool SG::AuxElement::usingPrivateStore |
( |
| ) |
const |
|
inherited |
Test to see if this object is currently using a private store.
Definition at line 280 of file AuxElement.cxx.
283 typeid(*m_container) ==
typeid(AuxElementPrivateData);
◆ usingStandaloneStore()
bool SG::AuxElement::usingStandaloneStore |
( |
| ) |
const |
|
inherited |
Test to see if this object is currently using a standalone store.
Test to see if this object is currently using a private store.
Definition at line 290 of file AuxElement.cxx.
293 typeid(*m_container) ==
typeid(AuxElementStandaloneData);
◆ z0sinthetaSigTJVA()
float xAOD::TauTrack_v1::z0sinthetaSigTJVA |
( |
| ) |
const |
◆ z0sinthetaTJVA()
float xAOD::TauTrack_v1::z0sinthetaTJVA |
( |
| ) |
const |
◆ z0sinThetaTJVA()
Definition at line 107 of file TauTrack_v1.cxx.
115 return ( ( xTrackParticle->
z0() + xTrackParticle->
vz() - zv ) *
118 std::cerr <<
"ERROR xAOD::TauTrack::z0sinThetaTJVA cannot get TauJet" << std::endl;
◆ m_container
The container of which this object is an element.
Should be null if this object is not within a container, except that it may also point at a private store.
Definition at line 335 of file AuxElement.h.
◆ m_index
size_t SG::IAuxElement::m_index |
|
privateinherited |
The index of this element within its container.
Should be 0 if this object is not within a container.
Definition at line 128 of file IAuxElement.h.
◆ m_privateStoreState
◆ supportsThinning
constexpr bool SG::AuxElement::supportsThinning = true |
|
staticconstexprinherited |
Mark that this type supports thinning operations.
See AthContainers/supportsThinning.h and AthenaPoolCnvSvc/T_AthenaPoolCnv.h. Helps guide which pool converter template will be used. If false, the default pool converter will be used rather than the aux store-specific one. Ordinary xAOD type should not touch this, but may be overridden in a derived class to handle certain special cases.
Definition at line 959 of file AuxElement.h.
The documentation for this class was generated from the following files:
const SG::IConstAuxStore * getConstStore() const
Return the current store, as a const interface.
const SG::auxid_set_t & getAuxIDs() const
Return a set of identifiers for existing data items for this object.
char data[hepevt_bytes_allocation_ATLAS]
virtual FourMom_t p4() const
The full 4-momentum of the particle.
static AuxTypeRegistry & instance()
Return the singleton registry instance.
const SG::auxid_set_t & getDecorIDs() const
Return a set of identifiers for decorations for this object.
float charge() const
Returns the charge.
const SG::auxid_set_t & getWritableAuxIDs() const
Return a set of identifiers for writable data items in this store.
virtual double eta() const
The pseudorapidity ( ) of the particle.
const SG::AuxVectorData * m_container
The container of which this object is an element.
float vz() const
The z origin for the parameters.
bool hasNonConstStore() const
Return true if this object has an associated non-const store.
float z0() const
Returns the parameter.
bool usingStandaloneStore() const
Test to see if this object is currently using a standalone store.
bool flag(TauJetParameters::TauTrackFlag flag) const
bool setIndexPrivate(size_t index, const SG::AuxVectorData *container)
Set the index/container for this element.
Exception — Non-const operation performed on const aux data.
void setNoPrivateData()
Record that this element does not have private data.
bool isValid() const
Test to see if the link can be dereferenced.
const SG::auxid_set_t & getAuxIDs() const
Return a set of identifiers for existing data items in store associated with this object.
TLorentzVector FourMom_t
Definition of the 4-momentum type.
Handle mappings between names and auxid_t.
CompositeParticle_v1 CompositeParticle
Define the latest version of the composite particle class.
size_t index() const
Return the index of this element within its container.
void setHadPrivateData()
Record that this element used to have private data.
ROOT::Math::LorentzVector< ROOT::Math::PtEtaPhiM4D< double > > GenVecFourMom_t
Base 4 Momentum type for taus.
size_t auxid_t
Identifier for a particular aux data item.
void copyAux(const ConstAuxElement &other, bool warnUnlocked=false)
Copy aux data from another object.
void clearAux()
Clear all aux data associated with this element.
AuxElement()
Default constructor.
bool havePrivateData() const
True if this element currently has private data.
#define ATHCONTAINERS_WARNING(ctx, msg)
Class describing a tau jet.
SG::IAuxStore * getStore()
Return the current store, as a non-const interface.
const SG::auxid_set_t & getDecorIDs() const
Return a set of identifiers for decorations for this object.
Internal data container for private store.
float z() const
Returns the z position.
virtual double phi() const
The azimuthal angle ( ) of the particle.
bool hasStore() const
Return true if this object has an associated store.
virtual double pt() const
The transverse momentum ( ) of the particle.
void setHavePrivateData()
Record that this element currently has private data.
void clearCache()
Clear the cached aux data pointers.
void makePrivateStore()
Create a new (empty) private store for this object.
virtual double m() const
The invariant mass of the particle.
void setIndex(size_t index)
Set the index of this element within its container.
virtual FourMom_t p4() const
The full 4-momentum of the particle.
bool clearDecorations() const
Clear all decorations.
GenVecFourMom_t genvecP4() const
The full 4-momentum of the particle : internal taus type.
Exception — Bad use of private store.
const Vertex * vertex() const
bool isAvailableWritable(ELT &e) const
Test to see if this variable exists in the store and is writable.
virtual const SG::auxid_set_t & getDecorIDs() const =0
Return a set of identifiers for decorations in this store.
A set of aux data identifiers.
bool isAvailable(const ELT &e) const
Test to see if this variable exists in the store.
const TrackParticle * track() const
Manage lookup of vectors of auxiliary data.
#define ATLAS_THREAD_SAFE
Class describing a TrackParticle.
void releasePrivateStoreForDtor()
Out-of-line portion of destructor.
const SG::AuxVectorData * container() const
Return the container holding this element.
float theta() const
Returns the parameter, which has range 0 to .
bool hadPrivateData() const
True if this element had private data before it was added to its current container.
virtual const SG::auxid_set_t & getAuxIDs() const =0
Return a set of identifiers for existing data items in this store.
const VertexLink_t & vertexLink() const
AuxElementStandaloneData * setStore1(const SG::IConstAuxStore *store)
Set the store associated with this object.
bool test(bit_t bit) const
Test to see if a bit is set.