EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
CbmMCStage.cxx
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file CbmMCStage.cxx
1
/*
2
* CbmMCStage.cpp
3
*
4
* Created on: Dec 1, 2009
5
* Author: stockman
6
*/
7
8
#include "
CbmMCStage.h
"
9
10
ClassImp
(
CbmMCStage
);
11
12
CbmMCStage::CbmMCStage
()
13
:
CbmMCObject
(),
14
fBranchName(),
15
fFileName(),
16
fWeight(1.0),
17
fLoaded(kFALSE),
18
fFill(kFALSE)
19
{
20
}
21
22
CbmMCStage::~CbmMCStage
() {
23
}
24
25
CbmMCStage::CbmMCStage
(
DataType
id
, std::string fileName, std::string branchName, Double_t weight)
26
:
CbmMCObject
(id),
27
fBranchName(branchName),
28
fFileName(fileName),
29
fWeight(weight),
30
fLoaded(kFALSE),
31
fFill(kFALSE)
32
{
33
}
34
EicRoot
blob
master
cbmbase
CbmMCStage.cxx
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:33
using
1.8.2 with
EIC GitHub integration