![]()  | 
  
    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 75 of file PndEventBuilderAnaTask.h.
      
  | 
  friend | 
Definition at line 83 of file PndEventBuilderAnaTask.h.
| std::map<int, int> BranchInfo::fNumberOfFoundMCPoints | 
number of found MCPoint per MCEvent
Definition at line 77 of file PndEventBuilderAnaTask.h.
| std::map<int, int> BranchInfo::fNumberOfFoundPrimaryMCPoints | 
number of found MCPoint per MCEvent
Definition at line 80 of file PndEventBuilderAnaTask.h.
| int BranchInfo::fNumberOfPointsOutsideMC | 
Definition at line 82 of file PndEventBuilderAnaTask.h.
| std::map<int, double> BranchInfo::fPercentageMCPoints | 
percentage of found MCPoints per MCEvent
Definition at line 76 of file PndEventBuilderAnaTask.h.
| std::map<int, double> BranchInfo::fPercentagePrimaryMCPoints | 
percentage of found MCPoints per MCEvent
Definition at line 79 of file PndEventBuilderAnaTask.h.
| std::map<int, int> BranchInfo::fTotalNumberOfPoints | 
number of MCPoints per MCEvent
Definition at line 78 of file PndEventBuilderAnaTask.h.
| std::map<int, int> BranchInfo::fTotalNumberOfPrimaryPoints | 
number of MCPoints per MCEvent
Definition at line 81 of file PndEventBuilderAnaTask.h.