ATLAS Offline Software
SaveEventSelector.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3  */
4 
6 
7 namespace top {
8  bool SaveEventSelector::apply(const top::Event&) const {
9  return true;
10  }
11 
12  std::string SaveEventSelector::name() const {
13  return "SAVE";
14  }
15 }
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
top::SaveEventSelector::name
std::string name() const override
The name printed in the cutflow.
Definition: SaveEventSelector.cxx:12
top::SaveEventSelector::apply
bool apply(const top::Event &) const override
Accept every event.
Definition: SaveEventSelector.cxx:8
SaveEventSelector.h
top::Event
Very simple class to hold event data after reading from a file.
Definition: Event.h:49