G4OCCT 0.1.0
Geant4 interface to Open CASCADE Technology (OCCT) geometry definitions
Loading...
Searching...
No Matches
RunAction.cc File Reference

Implementation of the B4::RunAction class. More...

#include "RunAction.hh"
#include "G4AnalysisManager.hh"
#include "G4RunManager.hh"
#include "G4SystemOfUnits.hh"
#include "G4UnitsTable.hh"
#include "globals.hh"

Go to the source code of this file.

Namespaces

namespace  B4
 

Macros

#define CALLGRIND_START_INSTRUMENTATION
 
#define CALLGRIND_STOP_INSTRUMENTATION
 
#define CALLGRIND_TOGGLE_COLLECT
 

Detailed Description

Implementation of the B4::RunAction class.

Definition in file RunAction.cc.

Macro Definition Documentation

◆ CALLGRIND_START_INSTRUMENTATION

#define CALLGRIND_START_INSTRUMENTATION
Value:
do { \
} while (0)

Definition at line 37 of file RunAction.cc.

◆ CALLGRIND_STOP_INSTRUMENTATION

#define CALLGRIND_STOP_INSTRUMENTATION
Value:
do { \
} while (0)

Definition at line 40 of file RunAction.cc.

◆ CALLGRIND_TOGGLE_COLLECT

#define CALLGRIND_TOGGLE_COLLECT
Value:
do { \
} while (0)

Definition at line 43 of file RunAction.cc.