#include "SimG4Core/Notification/interface/Observer.h"
#include "SimG4Core/Notification/interface/BeginOfJob.h"
#include "SimG4Core/Notification/interface/BeginOfRun.h"
#include "SimG4Core/Notification/interface/EndOfRun.h"
#include "SimG4Core/Notification/interface/BeginOfEvent.h"
#include "SimG4Core/Notification/interface/EndOfEvent.h"
#include "SimG4Core/Watcher/interface/SimWatcher.h"
#include "SimG4CMS/Calo/interface/CaloG4Hit.h"
#include "SimG4CMS/Calo/interface/CaloG4HitCollection.h"
#include "SimG4CMS/Forward/interface/CastorNumberingScheme.h"
#include "DataFormats/Math/interface/Point3D.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "G4SDManager.hh"
#include "G4Step.hh"
#include "G4Track.hh"
#include "G4Event.hh"
#include "G4PrimaryVertex.hh"
#include "G4VProcess.hh"
#include "G4HCofThisEvent.hh"
#include "G4UserEventAction.hh"
#include <CLHEP/Units/GlobalSystemOfUnits.h>
#include <CLHEP/Units/GlobalPhysicalConstants.h>
#include <CLHEP/Random/Randomize.h>
#include "TROOT.h"
#include "TFile.h"
#include "TH1.h"
#include "TH2.h"
#include "TProfile.h"
#include "TNtuple.h"
#include "TRandom.h"
#include "TLorentzVector.h"
#include "TUnixSystem.h"
#include "TSystem.h"
#include "TMath.h"
#include "TF1.h"
#include <cassert>
#include <cmath>
#include <iostream>
#include <iomanip>
#include <map>
#include <string>
#include <vector>
#include "SimG4Core/Watcher/interface/SimWatcherFactory.h"
#include "FWCore/PluginManager/interface/ModuleDef.h"
Go to the source code of this file.
|
enum | ntcastore_elements {
ntcastore_evt,
ntcastore_ihit,
ntcastore_detector,
ntcastore_sector,
ntcastore_module,
ntcastore_enem,
ntcastore_enhad,
ntcastore_hitenergy,
ntcastore_x,
ntcastore_y,
ntcastore_z
} |
|
enum | ntcastors_elements {
ntcastors_evt,
ntcastors_trackid,
ntcastors_charge,
ntcastors_pdgcode,
ntcastors_x,
ntcastors_y,
ntcastors_z,
ntcastors_stepl,
ntcastors_stepe,
ntcastors_eta,
ntcastors_phi,
ntcastors_vpx,
ntcastors_vpy,
ntcastors_vpz
} |
|
◆ ntcastore_elements
Enumerator |
---|
ntcastore_evt | |
ntcastore_ihit | |
ntcastore_detector | |
ntcastore_sector | |
ntcastore_module | |
ntcastore_enem | |
ntcastore_enhad | |
ntcastore_hitenergy | |
ntcastore_x | |
ntcastore_y | |
ntcastore_z | |
Definition at line 128 of file CastorTestAnalysis.cc.
◆ ntcastors_elements
Enumerator |
---|
ntcastors_evt | |
ntcastors_trackid | |
ntcastors_charge | |
ntcastors_pdgcode | |
ntcastors_x | |
ntcastors_y | |
ntcastors_z | |
ntcastors_stepl | |
ntcastors_stepe | |
ntcastors_eta | |
ntcastors_phi | |
ntcastors_vpx | |
ntcastors_vpy | |
ntcastors_vpz | |
Definition at line 111 of file CastorTestAnalysis.cc.
◆ s_maker__LINE__()