Cut.hh
Go to the documentation of this file.
1 
2 #pragma once
3 
5 #include "boca/tagger/Dummy.hh"
6 
7 namespace boca {
8 
9 namespace analysis {
10 
11 class Cut : public Analysis<tagger::Dummy>
12 {};
13 
14 }
15 
16 }
provides main analysis loops and logic.
Definition: Analysis.hh:29
Boosted Collider Analysis.
Definition: Analysis.hh:15
Definition: Cut.hh:11