eventdisplay.h
Go to the documentation of this file.
1 /// \file eventdisplay.h
2 /// \brief Place to keep constants for event display
3 /// \author brebel@fnal.gov
4 #ifndef EVENTDISPLAY_EVD_H
5 #define EVENTDISPLAY_EVD_H
6 
7 ///Event display classes
8 namespace evd{
9 
10  static const int kNCOLS = 14;
11  static const int kColor[kNCOLS] = { kRed+2, kGreen+2, kBlue+2, kYellow+2, kMagenta-9, kCyan-6,
12  8, 29, 30, 38, 40, 41, 42, 46 };
13  static const int kColor2[kNCOLS] = { kRed, kGreen, kBlue, kYellow, kMagenta, kCyan,
14  8, 29, 30, 38, 40, 41, 42, 46 };
15 
16 }
17 
18 #endif // EVENTDISPLAY_EVD_H
static const int kNCOLS
Definition: eventdisplay.h:10
LArSoft includes.
Definition: InfoTransfer.h:33
static const int kColor[kNCOLS]
Definition: eventdisplay.h:11
static const int kColor2[kNCOLS]
Definition: eventdisplay.h:13