ATLAS Offline Software
IConstituentUserInfo.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // IConstituentUserInfo.cxx
6 
8 
10 using jet::LabelIndex;
11 
12 //**********************************************************************
13 
15  return 0;
16 }
17 
18 //**********************************************************************
19 
21  return nullptr;
22 }
23 
24 //**********************************************************************
25 
27  return false;
28 }
29 
30 //**********************************************************************
31 
34 }
35 
36 //**********************************************************************
jet::LabelIndex
Definition: LabelIndex.h:22
jet::IConstituentUserInfo::Index
int Index
Definition: IConstituentUserInfo.h:30
jet::IConstituentUserInfo::isGhost
virtual bool isGhost() const
Returns true if this constituent is a ghost.
Definition: IConstituentUserInfo.cxx:26
jet::IConstituentUserInfo::labelMap
virtual const LabelIndex * labelMap() const
Definition: IConstituentUserInfo.cxx:20
jet::IConstituentUserInfo::constitScale
virtual xAOD::JetConstitScale constitScale() const
Return the constituent scale used to build the PseudoJet.
Definition: IConstituentUserInfo.cxx:32
IConstituentUserInfo.h
xAOD::CalibratedJetConstituent
@ CalibratedJetConstituent
Definition: JetTypes.h:22
xAOD::JetConstitScale
JetConstitScale
Definition: JetTypes.h:20
DeMoScan.index
string index
Definition: DeMoScan.py:362
jet::IConstituentUserInfo
Definition: IConstituentUserInfo.h:26