ATLAS Offline Software
Loading...
Searching...
No Matches
SimpleConstituentUserInfo.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// SimpleConstituentUserInfo.h
6
7#ifndef jet__SimpleConstituentUserInfo_H
8#define jet__SimpleConstituentUserInfo_H
9
10// David Adams
11// January 2014
12//
13// Implementation of IConstituentUserInfo without indexing.
14
16
17namespace jet {
18
20
21public:
22
23 // Default ctor.
24 // Sets the particle null.
26
27 // Ctor from IParticle and label.
29
30 // Return the particle pointer.
31 const xAOD::IParticle* particle() const;
32
33 // Return the label.
34 Label label() const;
35
36private:
37
40
41};
42
43} // end namespace jet
44
45#endif
SimpleConstituentUserInfo(const xAOD::IParticle &par, std::string label)
const xAOD::IParticle * particle() const
Class providing the definition of the 4-vector interface.