AlcapDAQ  1
Variables
Lifetime.cpp File Reference
#include "Lifetime.h"
#include "TAnalysedPulse.h"
#include "definitions.h"
#include <iostream>
#include <string>
#include <vector>
#include <map>
#include "TH1I.h"

Go to the source code of this file.

Variables

StringAnalPulseMap gAnalysedPulseMap
 
static unsigned int nECut
 
static double tCut [2]
 
static double tPileUp
 
static std::vector< int > eCut
 
static std::vector< std::string > sNames
 
static std::vector< std::string > sTitles
 
static std::vector< TH1I * > hLifetime
 

Variable Documentation

std::vector<int> eCut
static

Definition at line 16 of file Lifetime.cpp.

StringAnalPulseMap gAnalysedPulseMap

Definition at line 47 of file main.cpp.

std::vector<TH1I*> hLifetime
static

Definition at line 19 of file Lifetime.cpp.

unsigned int nECut
static

Definition at line 13 of file Lifetime.cpp.

Referenced by Lifetime::Lifetime(), and Lifetime::ProcessEntry().

std::vector<std::string> sNames
static

Definition at line 17 of file Lifetime.cpp.

std::vector<std::string> sTitles
static

Definition at line 18 of file Lifetime.cpp.

double tCut[2]
static

Definition at line 14 of file Lifetime.cpp.

Referenced by Lifetime::Lifetime(), and Lifetime::ProcessEntry().

double tPileUp
static

Definition at line 15 of file Lifetime.cpp.

Referenced by Lifetime::Lifetime(), and Lifetime::ProcessEntry().