KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVINDRARRMValidator.cpp
1/*
2$Id: KVINDRARRMValidator.cpp,v 1.2 2006/10/19 14:32:43 franklan Exp $
3$Revision: 1.2 $
4$Date: 2006/10/19 14:32:43 $
5$Author: franklan $
6*/
7
8#include "KVINDRARRMValidator.h"
9
12//Utility base class used to define validity of various INDRA-related objects (identification grids, calibration
13//parameters, etc. etc.) in terms of:
14// - a list of runs
15// - a list of rings
16// - a list of modules
17//Each list is kept in an object of the KVNumberList, which handles very general lists such
18//as "1-3, 7, 10-19, 21".
19
20
22
24{
25 //Default constructor. Does nothing.
26}
27
28
29
32
34{
35 //Destructor. Does nothing.
36}
37
38
virtual ~KVINDRARRMValidator()
Destructor. Does nothing.
ClassImp(TPyArg)