LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
eventdisplay.h
Go to the documentation of this file.
1 #ifndef EVENTDISPLAY_EVD_H
5 #define EVENTDISPLAY_EVD_H
6 
8 namespace evd {
9 
10  static const int kNCOLS = 14;
11  static const int kColor[kNCOLS] = {kRed + 2,
12  kGreen + 2,
13  kBlue + 2,
14  kYellow + 2,
15  kMagenta - 9,
16  kCyan - 6,
17  8,
18  29,
19  30,
20  38,
21  40,
22  41,
23  42,
24  46};
25  static const int kColor2[kNCOLS] =
26  {kRed, kGreen, kBlue, kYellow, kMagenta, kCyan, 8, 29, 30, 38, 40, 41, 42, 46};
27 
28 }
29 
30 #endif // EVENTDISPLAY_EVD_H
static const int kNCOLS
Definition: eventdisplay.h:10
LArSoft includes.
static const int kColor[kNCOLS]
Definition: eventdisplay.h:11
static const int kColor2[kNCOLS]
Definition: eventdisplay.h:25