#include "SimG4CMS/Forward/interface/ZdcNumberingScheme.h"
#include "SimG4CMS/Forward/interface/ForwardName.h"
#include "DataFormats/HcalDetId/interface/HcalZDCDetId.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "CLHEP/Units/GlobalSystemOfUnits.h"
#include <iostream>
Go to the source code of this file.
Namespaces | |
ZdcNumberingScheme | |
Functions | |
unsigned int | ZdcNumberingScheme::getUnitID (const G4Step *aStep) |
unsigned int | ZdcNumberingScheme::packZdcIndex (int subDet, int layer, int fiber, int channel, int z) |
void | ZdcNumberingScheme::unpackZdcIndex (const unsigned int &idx, int &subDet, int &layer, int &fiber, int &channel, int &z) |