![]() |
AliRoot Core
d69033e (d69033e)
|
#include <stdio.h>
#include <TString.h>
#include <TROOT.h>
#include <TStopwatch.h>
#include <TCanvas.h>
#include <TFile.h>
#include <TH2F.h>
#include "AliLog.h"
#include "AliRawReader.h"
#include "AliRawReaderRoot.h"
#include "AliTPCRawStream.h"
#include "AliTPCRawStreamFast.h"
#include "AliAltroRawStream.h"
#include "AliAltroRawStreamFast.h"
#include "AliTPCCalPad.h"
#include "AliTPCCalROC.h"
Go to the source code of this file.
Functions | |
AliTPCCalPad * | testRawReaderFastTPC (const Char_t *file="/data.local/data/06000002142000.1A.root") |
AliTPCCalPad* testRawReaderFastTPC | ( | const Char_t * | file = "/data.local/data/06000002142000.1A.root" | ) |
Definition at line 31 of file testRawReaderFastTPC.C.