CbmRoot
L1MCEvent.cxx
Go to the documentation of this file.
1
#include "
L1MCEvent.h
"
2
3
int
L1MCEvent::IsReconstructed
() {
4
if
(
fRecoEvents
.size() > 0)
5
return
1;
6
else
7
return
0;
8
}
9
10
int
L1MCEvent::NClones
() {
11
if
(
fRecoEvents
.size() > 1) {
12
return
fRecoEvents
.size() - 1;
13
}
else
{
14
return
0;
15
}
16
}
L1MCEvent.h
L1MCEvent::fRecoEvents
vector< int > fRecoEvents
Definition:
L1MCEvent.h:31
L1MCEvent::IsReconstructed
int IsReconstructed()
Definition:
L1MCEvent.cxx:3
L1MCEvent::NClones
int NClones()
Definition:
L1MCEvent.cxx:10
reco
L1
L1Algo
L1MCEvent.cxx
Generated on Wed Oct 28 2020 15:11:49 for CbmRoot by
1.8.18