ATLAS Offline Software
ObjectLoaderStandardCuts.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 #ifndef OBJECTLOADERSTANDARDCUTS_H_
6 #define OBJECTLOADERSTANDARDCUTS_H_
7 
9 
10 namespace top {
20  public:
28  top::TopObjectSelection* init(std::shared_ptr<top::TopConfig> topConfig);
29 
31  };
32 }
33 
34 #endif
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
top::ObjectLoaderBase
People seem to want to be able to configure the objects used in their anaysis for some reason.
Definition: ObjectLoaderBase.h:22
top::ObjectLoaderStandardCuts
This loads our "standard" object selection used in the top group.
Definition: ObjectLoaderStandardCuts.h:19
top::TopObjectSelection
Configure the object selection used in the analysis.
Definition: TopObjectSelection.h:66
ObjectLoaderBase.h
top::ObjectLoaderStandardCuts::init
top::TopObjectSelection * init(std::shared_ptr< top::TopConfig > topConfig)
Setup the cuts.
Definition: ObjectLoaderStandardCuts.cxx:30