All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros
CosmicHisto.cc File Reference
#include "CosmicHisto.h"
#include "TH1D.h"
#include "TH2D.h"

Go to the source code of this file.

Namespaces

 ana
 Oscillation analysis framework, runs over CAF files outside of ART.
 
 ana::SBNOsc
 

Macros

#define COSMIC_HISTO(name, n_bins, lo, hi)   name = new TH1D((#name + postfix).c_str(), #name, n_bins, lo, hi); StoreHisto(name)
 

Macro Definition Documentation

#define COSMIC_HISTO (   name,
  n_bins,
  lo,
  hi 
)    name = new TH1D((#name + postfix).c_str(), #name, n_bins, lo, hi); StoreHisto(name)