#include <iostream>
#include <time.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fstream>
#include "OnlineDB/CSCCondDB/interface/CSCMap.h"
#include "OnlineDB/CSCCondDB/interface/CSCOnlineDB.h"
#include "CondFormats/CSCObjects/interface/CSCobject.h"
#include "TFile.h"
#include "TTree.h"
#include "TH2F.h"
Go to the source code of this file.
Classes | |
class | CSCCompThreshAnalyzer |
class | TCalibComparatorEvt |
Analyzer for reading CFEB comparator information author O.Boeriu. More... | |
Defines | |
#define | CHAMBERS_ct 9 |
#define | DDU_ct 2 |
#define | LAYERS_ct 6 |
#define | NUMBERPLOTTED_ct 35 |
#define | NUMMOD_ct 875 |
#define | STRIPS_ct 80 |
#define | TOTALSTRIPS_ct 480 |
#define CHAMBERS_ct 9 |
Definition at line 32 of file CSCCompThreshAnalyzer.h.
Referenced by CSCCompThreshAnalyzer::analyze(), and CSCCompThreshAnalyzer::CSCCompThreshAnalyzer().
#define DDU_ct 2 |
Definition at line 36 of file CSCCompThreshAnalyzer.h.
#define LAYERS_ct 6 |
Definition at line 33 of file CSCCompThreshAnalyzer.h.
Referenced by CSCCompThreshAnalyzer::analyze(), CSCCompThreshAnalyzer::CSCCompThreshAnalyzer(), and CSCCompThreshAnalyzer::~CSCCompThreshAnalyzer().
#define NUMBERPLOTTED_ct 35 |
Definition at line 38 of file CSCCompThreshAnalyzer.h.
Referenced by CSCCompThreshAnalyzer::analyze(), CSCCompThreshAnalyzer::CSCCompThreshAnalyzer(), and CSCCompThreshAnalyzer::~CSCCompThreshAnalyzer().
#define NUMMOD_ct 875 |
Definition at line 37 of file CSCCompThreshAnalyzer.h.
Referenced by CSCCompThreshAnalyzer::analyze().
#define STRIPS_ct 80 |
Definition at line 34 of file CSCCompThreshAnalyzer.h.
Referenced by CSCCompThreshAnalyzer::analyze(), CSCCompThreshAnalyzer::CSCCompThreshAnalyzer(), and CSCCompThreshAnalyzer::~CSCCompThreshAnalyzer().
#define TOTALSTRIPS_ct 480 |
Definition at line 35 of file CSCCompThreshAnalyzer.h.