ATLAS Offline Software
ElectronIDSelector.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_ELECTRONIDSELECTOR_H
8 #define ANALYSISUTILS_ELECTRONIDSELECTOR_H
9 
24 
25 class ElectronIDSelector : public AraAlgToolWrapper< ElectronIDSelectorCore >
26 {
27 
28 public:
30  ElectronIDSelector( const std::string& type,
31  const std::string& name,
32  const IInterface* parent )
33  : AthAlgTool( type, name, parent ),
35  {/*AthAlgTool::declareInterface< ElectronIDSelectorCore >(this);*/}
36 
37 };
38 
39 #endif //ANALYSISUTILS_ELECTRONIDSELECTOR_H
ElectronIDSelectorCore
Dual use tool (athena/ARA) for specialized electron identification cuts.
Definition: ElectronIDSelectorCore.h:38
AraAlgToolWrapper
Definition: AraAlgToolWrapper.h:21
ElectronIDSelectorCore.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
ElectronIDSelector::ElectronIDSelector
ElectronIDSelector(const std::string &type, const std::string &name, const IInterface *parent)
Default constructor.
Definition: ElectronIDSelector.h:30
AthAlgTool
Definition: AthAlgTool.h:26
ElectronIDSelector
Dual use tool (athena/ARA) for specialized electron identification cuts.
Definition: ElectronIDSelector.h:26
AraAlgToolWrapper.h