Geant4
10.02
|
#include <G4MPIhistoMerger.hh>
Public Member Functions | |
G4MPIhistoMerger () | |
G4MPIhistoMerger (G4VAnalysisManager *mgr, G4int destination=G4MPImanager::kRANK_MASTER, G4int verbosity=0) | |
void | SetDestinationRank (G4int i) |
void | SetScoringManager (G4VAnalysisManager *mgr) |
void | SetVerbosity (G4int ver) |
void | Merge () |
Private Attributes | |
G4VAnalysisManager * | manager |
G4int | destination |
G4int | verboseLevel |
Definition at line 38 of file G4MPIhistoMerger.hh.
G4MPIhistoMerger::G4MPIhistoMerger | ( | ) |
Definition at line 37 of file G4MPIhistoMerger.cc.
G4MPIhistoMerger::G4MPIhistoMerger | ( | G4VAnalysisManager * | mgr, |
G4int | destination = G4MPImanager::kRANK_MASTER , |
||
G4int | verbosity = 0 |
||
) |
Definition at line 41 of file G4MPIhistoMerger.cc.
void G4MPIhistoMerger::Merge | ( | ) |
Definition at line 44 of file G4MPIhistoMerger.cc.
References destination, G4cout, G4endl, G4MPImanager::kTAG_HISTO, manager, G4VAnalysisManager::Merge(), and verboseLevel.
Referenced by RunActionMaster::EndOfRunAction().
|
inline |
Definition at line 46 of file G4MPIhistoMerger.hh.
References destination.
|
inline |
Definition at line 47 of file G4MPIhistoMerger.hh.
References manager.
|
inline |
Definition at line 48 of file G4MPIhistoMerger.hh.
References verboseLevel.
Referenced by RunActionMaster::EndOfRunAction().
|
private |
Definition at line 54 of file G4MPIhistoMerger.hh.
Referenced by Merge(), and SetDestinationRank().
|
private |
Definition at line 53 of file G4MPIhistoMerger.hh.
Referenced by Merge(), and SetScoringManager().
|
private |
Definition at line 55 of file G4MPIhistoMerger.hh.
Referenced by Merge(), and SetVerbosity().