RDFAnalysis  0.1.1
Physics analysis with ROOT::RDataFrame
EmptyDetail.h
Go to the documentation of this file.
1 #ifndef RDFAnalysis_EmptyDetail_H
2 #define RDFAnalysis_EmptyDetail_H
3 
4 #include "RDFAnalysis/NodeFwd.h"
5 
11 namespace RDFAnalysis {
15  class EmptyDetail {
16  public:
19  }; //> end class EmptyDetail
20 } //> end namespace RDFAnalysis
21 #endif //> !RDFAnalysis_EmptyDetail_H
EmptyDetail(Node< EmptyDetail > &)
Construct the empty detail: no-op.
Definition: EmptyDetail.h:18
Empty detail class - adds no extra information to the node.
Definition: EmptyDetail.h:15
Definition: CutflowDetail.h:11
Class to represent a single step in the analysis process.
Definition: Node.h:32
Forward declaration for the node class.