GRSISort
Created by P.C. Bender
Developement Team: P.C. Bender, R. Dunlop, V. Bildstein
An extension of the ROOT analysis Framework
write_cal.cxx File Reference
#include "TFile.h"
#include "TChain.h"
#include "TTree.h"
#include "TH1F.h"
#include "TF1.h"
#include "TMath.h"
#include "TGriffin.h"
#include "TSceptar.h"
#include "TLaBr.h"
#include "TZeroDegree.h"
#include "TTAC.h"
#include <vector>
#include <string>
+ Include dependency graph for write_cal.cxx:

Go to the source code of this file.

Macros

#define FIRST_CHANNEL   84
 
#define LAST_CHANNEL   91
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

◆ FIRST_CHANNEL

#define FIRST_CHANNEL   84

Definition at line 30 of file write_cal.cxx.

Referenced by main().

◆ LAST_CHANNEL

#define LAST_CHANNEL   91

Definition at line 31 of file write_cal.cxx.

Referenced by main().

Function Documentation

◆ main()