#include "SimG4CMS/Forward/interface/TimingSD.h"
#include "SimG4Core/Notification/interface/TrackInformation.h"
#include "SimG4Core/Notification/interface/G4TrackToParticleID.h"
#include "SimG4Core/Physics/interface/G4ProcessTypeEnumerator.h"
#include "SimDataFormats/SimHitMaker/interface/TrackingSlaveSD.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "G4Step.hh"
#include "G4StepPoint.hh"
#include "G4Track.hh"
#include "G4VPhysicalVolume.hh"
#include "G4SDManager.hh"
#include "G4VProcess.hh"
#include "G4PhysicalConstants.hh"
#include <CLHEP/Units/SystemOfUnits.h>
#include <vector>
#include <iostream>
Go to the source code of this file.
|
static const double | invdeg = 1.0 / CLHEP::deg |
|
static const float | invgev = 1.0 / CLHEP::GeV |
|
static const double | invns = 1.0 / CLHEP::nanosecond |
|
◆ invdeg
const double invdeg = 1.0 / CLHEP::deg |
|
static |
◆ invgev
const float invgev = 1.0 / CLHEP::GeV |
|
static |
◆ invns
const double invns = 1.0 / CLHEP::nanosecond |
|
static |