CbmRoot
Loading...
Searching...
No Matches
CbmRunAna.cxx
Go to the documentation of this file.
1/* Copyright (C) 2009-2016 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Volker Friese [committer], Florian Uhlig */
4
12#include "CbmRunAna.h"
13
14#include "FairRootManager.h"
15
16#include <iostream>
17
18using std::cout;
19using std::endl;
20
21
22// ----- Constructor -----------------------------------------------------
23CbmRunAna::CbmRunAna() : FairRunAna(), fAsync(kFALSE), fMarkFill(kFALSE) {}
24// ---------------------------------------------------------------------------
25
26
27// ----- Destructor ------------------------------------------------------
29// ---------------------------------------------------------------------------
30
31
32// ----- Fill output tree ------------------------------------------------
34{
35
36 if (fAsync) return;
37 fRootManager->Fill();
38}
39// ---------------------------------------------------------------------------
40
41
ClassImp(CbmConverterManager)
virtual ~CbmRunAna()
Definition CbmRunAna.cxx:28
void Fill()
Definition CbmRunAna.cxx:33
Bool_t fAsync
Definition CbmRunAna.h:42