|
ATLAS Offline Software
|
Go to the documentation of this file.
52 wk()->
tree()->SetBranchAddress (
"el_n", &
el_n);
53 return StatusCode::SUCCESS;
66 return StatusCode::SUCCESS;
76 wk()->
tree()->GetEntry (
wk()->treeEntry());
79 return StatusCode::SUCCESS;
Int_t el_n2
description: the member we write from
void testInvariant() const
effects: test the invariant of this object guarantee: no-fail
TTree * tree() const
returns: the tree we are writing out guarantee: no-fail requires(soft): initialize() has been called ...
::StatusCode StatusCode
StatusCode definition for legacy code.
This module defines the arguments passed from the BATCH driver to the BATCH worker.
IWorker * wk() const
description: the worker that is controlling us guarantee: no-fail
UnitTestSkim()
effects: standard default constructor guarantee: strong failures: out of memory I
NTupleSvc * m_skim
description: the output algorithm we use
virtual StatusCode execute()
effects: process the next event guarantee: basic failures: algorithm dependent rationale: the virtual...
virtual StatusCode changeInput(bool firstFile)
effects: do all changes to work with a new input file, e.g.
#define RCU_CHANGE_INVARIANT(x)
virtual StatusCode initialize()
effects: do everything that needs to be done before running the algorithm, e.g.
Int_t el_n
description: the member we read into
virtual TTree * tree() const =0
description: the tree we are running on guarantee: no-fail
NTupleSvc * getNTupleSvc(IWorker *worker, const std::string &outputStream, const std::string &treeName="")
effects: get the skimming algorithm for the given output for this worker guarantee: strong failures: ...
#define RCU_NEW_INVARIANT(x)