ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
AtFilterNoOp.h
Go to the documentation of this file.
1 #ifndef ATFILTERDIVIDE_H
2 #define ATFILTERDIVIDE_H
3 
4 #include "AtFilter.h"
5 
9 class AtFilterDivide : public AtFilter {
10 };
11 
12 #endif //#ifndef ATFILTERDIVIDE_H
AtFilter
Definition: AtFilter.h:13
AtFilter.h
AtFilterDivide
Definition: AtFilterDivide.h:15