Skip to content

Commit

Permalink
Added CTPPS and TOTEM detector ids
Browse files Browse the repository at this point in the history
  • Loading branch information
grzanka committed Mar 17, 2016
1 parent 64a9f14 commit 39f7e69
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,Totem=7,CTPPS=8 };
/// 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 39f7e69

Please sign in to comment.