Project
Loading...
Searching...
No Matches
G4ScoringMerger.cxx File Reference
#include "SimConfig/G4ScoringMerger.h"
#include <fairlogger/Logger.h>
#include <filesystem>
#include <fstream>
#include <iomanip>
#include <map>
#include <regex>
#include <sstream>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::conf
 

Functions

std::string o2::conf::g4ScoringWorkerFileName (const std::string &meshName, int pid)
 Name of the Geant4 scoring dump written by one simulation worker.
 
int o2::conf::mergeG4ScoringDumps (const std::string &directory, int expectedWorkers=0)
 

Variable Documentation

◆ entries

std::vector<long> entries

Definition at line 33 of file G4ScoringMerger.cxx.

◆ header

std::vector<std::string> header

Definition at line 29 of file G4ScoringMerger.cxx.

◆ keys

std::vector<std::string> keys

Definition at line 30 of file G4ScoringMerger.cxx.

◆ sum

std::vector<double> sum

Definition at line 31 of file G4ScoringMerger.cxx.

◆ sum2

std::vector<double> sum2

Definition at line 32 of file G4ScoringMerger.cxx.