Skip to content

Commit

Permalink
Merge pull request #13766 from CTPPS/ctpps_detid_change
Browse files Browse the repository at this point in the history
Adding new detectors - integration of RomanPot detectors for CTPPS project
  • Loading branch information
davidlange6 committed Mar 21, 2016
2 parents 685e90e + 6ff682b commit 37bbfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataFormats/DetId/interface/DetId.h
Expand Up @@ -21,7 +21,7 @@ class DetId {
static const int kSubdetOffset = 25;


enum Detector { Tracker=1,Muon=2,Ecal=3,Hcal=4,Calo=5,Forward=6 };
enum Detector { Tracker=1,Muon=2,Ecal=3,Hcal=4,Calo=5,Forward=6,VeryForward=7 };
/// Create an empty or null id (also for persistence)
DetId() : id_(0) { }
/// Create an id from a raw number
Expand Down

0 comments on commit 37bbfd6

Please sign in to comment.