Skip to content

Commit

Permalink
Reduced number of detectors to 1, replaced TOTEM and CTPSS with VeryF…
Browse files Browse the repository at this point in the history
…orward.
  • Loading branch information
grzanka authored and misadows committed May 19, 2016
1 parent 1c1c26e commit e9b894a
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,Totem=7,CTPPS=8 };
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 e9b894a

Please sign in to comment.