![]() |
GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
![]() |
#include <iostream>
#include "TFile.h"
#include "TH2.h"
#include "TF1.h"
#include "TCutG.h"
#include "TGraphErrors.h"
#include "TString.h"
#include "TObjString.h"
#include "TObjArray.h"
#include "TProfile.h"
#include "TChannel.h"
#include "TGriffin.h"
#include "TUserSettings.h"
Go to the source code of this file.
Functions | |
double | CrossTalkFit (double *x, double *par) |
double * | CrossTalkFix (int det, double energy, TFile *inputFile) |
void | FixAll (TFile *inputFile, double energy) |
int | main (int argc, char **argv) |
double CrossTalkFit | ( | double * | x, |
double * | par ) |
Definition at line 17 of file GriffinCTFix.cxx.
Referenced by CrossTalkFix().
double * CrossTalkFix | ( | int | det, |
double | energy, | ||
TFile * | inputFile ) |
Definition at line 31 of file GriffinCTFix.cxx.
References TChannel::AddCTCoefficient(), CrossTalkFit(), TChannel::DestroyCTCal(), DRED, TChannel::FindChannelByName(), TGriffin::GetColorFromNumber(), mat, and RESET_COLOR.
Referenced by FixAll().
void FixAll | ( | TFile * | inputFile, |
double | energy ) |
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 220 of file GriffinCTFix.cxx.
References FixAll(), TChannel::ReadCalFile(), and TChannel::WriteCTCorrections().