MC
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
******************************************************* * AliDPG - ALICE Experiment Data Preparation Group * MC - Monte Carlo simulation central production ******************************************************* This set of macros and scripts are meant to steer and configure centralised productions of Monte Carlo (MC) simulation events for the needs of the ALICE experiment at the LHC. The documentation is and will be scarse as the task of configuring, validating and running MC simulations centrally for ALICE is perfomed by the experts and with the supervision and agreement of the DPG group. Nonetheless, here is a minumal information of how MC productions are handled by this framework and how the several files interrelate one to another. ******************************************************* * Code flow ******************************************************* ### OCDB SNAPSHOT # # dpgsim.sh [main steering script] --> CreateSnapshot.C [OCDB snapshot generation] --> OCDBConfig.C [OCDB configuration macro] ### SIMULATION & RECONSTRUCTION # # dpgsim.sh [main steering script] --> sim.C [simulation steering macro] --> SimulationConfig.C [simulation configuration macro] --> Config.C [main configuration macro] --> DetectorConfig.C [detector configuration macro] --> GeneratorConfig.C [generator configuration macro] --> rec.C [reconstruction steering macro] --> ReconstructionConfig.C [reconstruction configuration macro] ### QA TRAIN # # dpgsim.sh [main steering script] --> ../QA/QAtrainsim.C [QA train steering macro] ### AOD TRAIN # # dpgsim.sh [main steering script] --> ../AOD/AODtrainsim.C [AOD train steering macro]