00001 #ifndef CUTS_H 00002 #define CUTS_H 00003 00004 #include <BeamData/ana/bmnt/Plotter.h> 00005 00006 class Cuts : public Plotter { 00007 public: 00008 void Book(PlotterManager& pm); 00009 bool Fill(PlotterManager& pm); 00010 }; 00011 00012 #endif // CUTS_H
1.3.9.1