|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef GoodRunsLists_IGoodRunsListSelectorTool_H
6 #define GoodRunsLists_IGoodRunsListSelectorTool_H
8 #include "GaudiKernel/IAlgTool.h"
13 typedef std::pair< std::vector<std::string>, std::vector<std::string> >
vvPair;
26 const std::vector<std::string>& grlnameVec=std::vector<std::string>(),
27 const std::vector<std::string>& brlnameVec=std::vector<std::string>() ) = 0 ;
29 virtual bool passThisRunLB(
const std::vector<std::string>& grlnameVec=std::vector<std::string>(),
30 const std::vector<std::string>& brlnameVec=std::vector<std::string>() ) = 0 ;
33 const std::vector<std::string>& grlnameVec,
const std::vector<std::string>& brlnameVec) = 0 ;
42 #endif // GoodRunsLists_IGoodRunsListSelectorTool_H