Project
Loading...
Searching...
No Matches
Detector.cxx File Reference
#include "Framework/Logger.h"
#include "FairRootManager.h"
#include "FairVolume.h"
#include "DetectorsBase/MaterialManager.h"
#include "DetectorsBase/Stack.h"
#include "ZDCSimulation/Detector.h"
#include "DataFormatsZDC/Hit.h"
#include "TMath.h"
#include "TGeoManager.h"
#include "TGeoVolume.h"
#include "TGeoTube.h"
#include "TGeoCone.h"
#include "TGeoCompositeShape.h"
#include "TVirtualMC.h"
#include "TString.h"
#include <TRandom.h>
#include <cassert>
#include <fstream>
#include "ZDCSimulation/ZDCSimParam.h"

Go to the source code of this file.

Macros

#define kRaddeg   TMath::RadToDeg()
 

Functions

 ClassImp (o2::zdc::Detector)
 
template<typename T >
int loadLightTable (T &table, int beta, int NRADBINS, std::string filename)
 
double estimateTimeOfFlight (TParticle const &part, double z)
 

Macro Definition Documentation

◆ kRaddeg

#define kRaddeg   TMath::RadToDeg()

Definition at line 42 of file Detector.cxx.

Function Documentation

◆ ClassImp()

ClassImp ( o2::zdc::Detector  )

◆ estimateTimeOfFlight()

double estimateTimeOfFlight ( TParticle const &  part,
double  z 
)

Definition at line 369 of file Detector.cxx.

◆ loadLightTable()

template<typename T >
int loadLightTable ( T &  table,
int  beta,
int  NRADBINS,
std::string  filename 
)

Definition at line 149 of file Detector.cxx.