Skip to content

Commit

Permalink
Merge pull request #14578 from CTPPS/ctpps_detid_backport
Browse files Browse the repository at this point in the history
Adding new detectors - integration of RomanPot detectors for CTPPS project - backport of PR #13766
  • Loading branch information
davidlange6 committed May 22, 2016
2 parents 9d66dea + e9b894a commit c5e61f5
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 c5e61f5

Please sign in to comment.