CMS 3D CMS Logo

Classes | Namespaces | Functions
anautil.h File Reference
#include "cutflowutil.h"
#include "ttreex.h"
#include "printutil.h"
#include <utility>
#include <vector>
#include <map>
#include <tuple>
#include "TH1.h"
#include "TString.h"
#include <iostream>
#include <algorithm>

Go to the source code of this file.

Classes

class  RooUtil::Cutflow
 
class  RooUtil::Histograms
 

Namespaces

 RooUtil
 

Functions

bool PASS ()
 
float UNITY ()
 

Function Documentation

◆ PASS()

bool PASS ( )

Definition at line 3 of file anautil.cc.

3 { return true; }

◆ UNITY()

float UNITY ( )

Definition at line 4 of file anautil.cc.

Referenced by RooUtil::Cutflow::bookCutflowHistograms_v2().

4 { return 1; }