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 /// \version $Id: raw.h,v 1.2 2010/04/15 18:10:18 brebel Exp $
5 #ifndef EVENTDISPLAY_EVD_H
6 #define EVENTDISPLAY_EVD_H
7 
8 ///Event display classes
9 namespace gar {
10 namespace evd{
11 
12  static const int kNCOLS = 14;
13  static const int kColor[kNCOLS] = { kRed+2, kGreen+2, kBlue+2, kYellow+2, kMagenta-9, kCyan-6,
14  8, 29, 30, 38, 40, 41, 42, 46 };
15  static const int kColor2[kNCOLS] = { kRed, kGreen, kBlue, kYellow, kMagenta, kCyan,
16  8, 29, 30, 38, 40, 41, 42, 46 };
17 
18 }
19 }
20 #endif // EVENTDISPLAY_EVD_H
static const int kNCOLS
Definition: eventdisplay.h:12
static const int kColor2[kNCOLS]
Definition: eventdisplay.h:15
LArSoft includes.
Definition: InfoTransfer.h:33
General GArSoft Utilities.
static const int kColor[kNCOLS]
Definition: eventdisplay.h:13