Skip to content
Snippets Groups Projects
Commit 6bd453ba authored by Volker Friese's avatar Volker Friese
Browse files

Apply code format to new macro

parent c3017df7
No related branches found
No related tags found
1 merge request!75Simulation macros for mcbm
......@@ -4,7 +4,6 @@
**/
// Includes needed for IDE
#if !defined(__CLING__)
#include "CbmDigitization.h"
......@@ -23,20 +22,20 @@
** For options to modify the run settings, consult
** the documentation of the CbmDigitization class.
**/
void mcbm_digi_mixed()
{
void mcbm_digi_mixed() {
// ===> User settings
// --- Specify collision input (e.g., UrQMD)
TString collInput = "collision.tra.root"; // MC file name
Double_t collRate = 1.e7; // Collision rate [1/s]
ECbmTreeAccess collMode = ECbmTreeAccess::kRegular; // Take events one after one
TString collInput = "collision.tra.root"; // MC file name
Double_t collRate = 1.e7; // Collision rate [1/s]
ECbmTreeAccess collMode =
ECbmTreeAccess::kRegular; // Take events one after one
// --- Specify beam input
TString beamInput = "beam.tra.root"; // MC file name
Double_t beamRate = 1.e9; // Beam rate [1/s]
ECbmTreeAccess beamMode = ECbmTreeAccess::kRandom; // Take random events
TString beamInput = "beam.tra.root"; // MC file name
Double_t beamRate = 1.e9; // Beam rate [1/s]
ECbmTreeAccess beamMode = ECbmTreeAccess::kRandom; // Take random events
// --- Specify parameter file
TString paramFile = "collision.par.root";
......@@ -51,7 +50,6 @@ void mcbm_digi_mixed()
// <=== User settings
// --- Logger settings ----------------------------------------------------
FairLogger::GetLogger()->SetLogScreenLevel("INFO");
FairLogger::GetLogger()->SetLogVerbosityLevel("LOW");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment