#include "RealisticCaloDigi.h"
#include <marlin/Global.h>
#include <marlin/Exceptions.h>
#include <EVENT/LCCollection.h>
#include <IMPL/LCCollectionVec.h>
#include <IMPL/CalorimeterHitImpl.h>
#include <IMPL/LCRelationImpl.h>
#include <CalorimeterHitType.h>
#include <EVENT/LCParameters.h>
#include <UTIL/CellIDDecoder.h>
#include <marlin/ProcessorEventSeeder.h>
#include <iostream>
#include <string>
#include <assert.h>
#include <cmath>
#include <set>
#include "CLHEP/Random/Random.h"
#include "CLHEP/Random/RandGauss.h"
#include "CLHEP/Random/RandFlat.h"
#include "CLHEP/Units/PhysicalConstants.h"
Go to the source code of this file.
#define RELATIONFROMTYPESTR "FromType" |
#define RELATIONTOTYPESTR "ToType" |