FairRoot
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
FairMCStage.cxx
Go to the documentation of this file.
1
/********************************************************************************
2
* Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3
* *
4
* This software is distributed under the terms of the *
5
* GNU Lesser General Public Licence (LGPL) version 3, *
6
* copied verbatim in the file "LICENSE" *
7
********************************************************************************/
8
/*
9
* FairMCStage.cpp
10
*
11
* Created on: Dec 1, 2009
12
* Author: stockman
13
*/
14
15
#include "
FairMCStage.h
"
16
17
ClassImp
(
FairMCStage
);
18
19
FairMCStage::FairMCStage
()
20
:
FairMCObject
()
21
, fBranchName(
""
)
22
, fFileName(
""
)
23
, fWeight(1.0)
24
, fLoaded(kFALSE)
25
, fFill(kFALSE)
26
{}
27
28
FairMCStage::~FairMCStage
() {}
29
30
FairMCStage::FairMCStage
(Int_t
id
,
const
std::string& fileName,
const
std::string& branchName, Double_t weight)
31
:
FairMCObject
(id)
32
, fBranchName(branchName)
33
, fFileName(fileName)
34
, fWeight(weight)
35
, fLoaded(kFALSE)
36
, fFill(kFALSE)
37
{}
FairMCStage::~FairMCStage
virtual ~FairMCStage()
Definition:
FairMCStage.cxx:28
FairMCStage.h
ClassImp
ClassImp(FairEventBuilder)
FairMCObject
Definition:
FairMCObject.h:28
FairMCStage
Definition:
FairMCStage.h:24
FairMCStage::FairMCStage
FairMCStage()
Definition:
FairMCStage.cxx:19
FairRoot
datamatch
FairMCStage.cxx
Generated on Mon Mar 8 2021 12:14:05 for FairRoot by
1.8.5