ATLAS Offline Software
KinematicSelector.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef ANALYSISUTILS_KINEMATICSELECTOR_H
8 #define ANALYSISUTILS_KINEMATICSELECTOR_H
9 
25 
26 class KinematicSelector : public AraAlgToolWrapper< KinematicSelectorCore >
27 {
28 
29 public:
31  KinematicSelector( const std::string& type,
32  const std::string& name,
33  const IInterface* parent )
34  : AthAlgTool( type, name, parent ),
36  {/*AthAlgTool::declareInterface< KinematicSelectorCore >(this);*/}
37 
38 };
39 
40 #endif //ANALYSISUTILS_KINEMATICSELECTOR_H
KinematicSelectorCore.h
KinematicSelector::KinematicSelector
KinematicSelector(const std::string &type, const std::string &name, const IInterface *parent)
Default constructor.
Definition: KinematicSelector.h:31
AraAlgToolWrapper
Definition: AraAlgToolWrapper.h:21
test_pyathena.parent
parent
Definition: test_pyathena.py:15
KinematicSelectorCore
Dual use tool (athena/ARA) for kinematic cuts.
Definition: KinematicSelectorCore.h:37
KinematicSelector
Dual use tool (athena/ARA) for kinematic cuts.
Definition: KinematicSelector.h:27
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
AthAlgTool
Definition: AthAlgTool.h:26
AraAlgToolWrapper.h