![]() |
PandaRoot
|
#include <PndEventBuilderAnaTask.h>
Public Attributes | |
| std::map< int, double > | fPercentageMCPoints |
| percentage of found MCPoints per MCEvent More... | |
| std::map< int, int > | fNumberOfFoundMCPoints |
| number of found MCPoint per MCEvent More... | |
| std::map< int, int > | fTotalNumberOfPoints |
| number of MCPoints per MCEvent More... | |
| std::map< int, double > | fPercentagePrimaryMCPoints |
| percentage of found MCPoints per MCEvent More... | |
| std::map< int, int > | fNumberOfFoundPrimaryMCPoints |
| number of found MCPoint per MCEvent More... | |
| std::map< int, int > | fTotalNumberOfPrimaryPoints |
| number of MCPoints per MCEvent More... | |
| int | fNumberOfPointsOutsideMC |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const BranchInfo data) |
Definition at line 87 of file PndEventBuilderAnaTask.h.
|
friend |
Definition at line 95 of file PndEventBuilderAnaTask.h.
| std::map<int, int> BranchInfo::fNumberOfFoundMCPoints |
number of found MCPoint per MCEvent
Definition at line 89 of file PndEventBuilderAnaTask.h.
| std::map<int, int> BranchInfo::fNumberOfFoundPrimaryMCPoints |
number of found MCPoint per MCEvent
Definition at line 92 of file PndEventBuilderAnaTask.h.
| int BranchInfo::fNumberOfPointsOutsideMC |
Definition at line 94 of file PndEventBuilderAnaTask.h.
| std::map<int, double> BranchInfo::fPercentageMCPoints |
percentage of found MCPoints per MCEvent
Definition at line 88 of file PndEventBuilderAnaTask.h.
| std::map<int, double> BranchInfo::fPercentagePrimaryMCPoints |
percentage of found MCPoints per MCEvent
Definition at line 91 of file PndEventBuilderAnaTask.h.
| std::map<int, int> BranchInfo::fTotalNumberOfPoints |
number of MCPoints per MCEvent
Definition at line 90 of file PndEventBuilderAnaTask.h.
| std::map<int, int> BranchInfo::fTotalNumberOfPrimaryPoints |
number of MCPoints per MCEvent
Definition at line 93 of file PndEventBuilderAnaTask.h.