ATLAS Offline Software
Loading...
Searching...
No Matches
IndexedConstituentUserInfo.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5// IndexedConstituentUserInfo.h
6
7#ifndef jet__IndexedConstituentUserInfo_H
8#define jet__IndexedConstituentUserInfo_H
9
10// David Adams and Pierre-Antoine Delsart
11// January 2014
12
23
25
26namespace jet {
27
29
30public:
31
32 // Default ctor.
33 // Sets the particle null.
35
38
40 const xAOD::IParticle* particle() const;
41
42protected:
43
45
46};
47
48} // end namespace jet
49
50#endif
IndexedConstituentUserInfo(const xAOD::IParticle &par, Index idx, const LabelIndex *pli)
Constructor from IParticle, index and map.
const xAOD::IParticle * particle() const
Return the particle pointer.
Class providing the definition of the 4-vector interface.