ATLAS Offline Software
Classes
GRLSelectorAlg.h File Reference
#include <AnaAlgorithm/AnaAlgorithm.h>
#include <AsgTools/ToolHandle.h>
#include <AsgAnalysisInterfaces/IGoodRunsListSelectionTool.h>
#include <EventBookkeeperTools/FilterReporterParams.h>
#include "AsgDataHandles/WriteDecorHandleKey.h"
#include <AsgTools/PropertyWrapper.h>
Include dependency graph for GRLSelectorAlg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GRLSelectorAlg
 Author: will buttinger To use this alg in your joboptions: masterseq = CfgMgr.AthSequencer("AthMasterSeq") ToolSvc += CfgMgr.GoodRunsListSelectionTool("myGRLTool",GoodRunsListVec=["my.grl.xml"]) masterseq += CfgMgr.GRLSelectorAlg(Tool=ToolSvc.myGRLTool) More...