Skip to content

Commit

Permalink
feature_PSPX: correct Doxygen documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
isyndikus authored and kresan committed Apr 26, 2017
1 parent 3d21e32 commit c08d389
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 440 deletions.
11 changes: 7 additions & 4 deletions macros/r3b/unpack/jun2016/unpack_jun16_Xe_pspx.C
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ void unpack_jun16_Xe_pspx(Int_t RunId = 111)
const Int_t nev = 1000;

/* Create source using ucesb for input ------------------ */

// TString filename = "/home/huetchen/Desktop/sonja_x5/lmd/run" + runNumber + "_*.lmd";
#ifdef RUN_ONLINE
TString filename = "/home/huetchen/Desktop/sonja_x5/lmd/run" + runNumber + "_*.lmd";
#else
TString filename = "/home/huetchen/Desktop/sonja_x5/root/run" + runNumber + "_pspx_mapped.root";
#endif
TString outputFileName = "/home/huetchen/Desktop/sonja_x5/root/run" + runNumber + "_pspx_all_test.root";
TString ntuple_options = "UNPACK:EVENTNO,UNPACK:TRIGGER,RAW,PSPX";
// TString ucesb_dir = getenv("UCESB_DIR");
Expand All @@ -51,7 +53,8 @@ void unpack_jun16_Xe_pspx(Int_t RunId = 111)
TString parPspxPrecalFileName = "sDET_Xe_pspx_precal.par";
TString parPspxCalFileName = "sDET_Xe_pspx_cal.par";
TString parPspxHitFileName = "sDET_Xe_pspx_hit.par";
/*

#ifdef RUN_ONLINE
EXT_STR_h101 ucesb_struct;
R3BUcesbSource* source =
new R3BUcesbSource(filename, ntuple_options, ucesb_path, &ucesb_struct, sizeof(ucesb_struct));
Expand All @@ -60,7 +63,7 @@ void unpack_jun16_Xe_pspx(Int_t RunId = 111)
source->AddReader(new R3BUnpackReader((EXT_STR_h101_unpack*)&ucesb_struct.unpack, offsetof(EXT_STR_h101, unpack)));
// source->AddReader( new R3BLosReader ((EXT_STR_h101_LOS*)&ucesb_struct.los, offsetof(EXT_STR_h101, los)) );
source->AddReader(new R3BPspxReader((EXT_STR_h101_PSP*)&ucesb_struct.psp, offsetof(EXT_STR_h101, psp)));
*/
#endif

/* Create run ------------------------------------------- */
#ifdef RUN_ONLINE
Expand Down
6 changes: 3 additions & 3 deletions psp/R3BPspxCal2Hit.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ class R3BPspxCal2Hit : public FairTask

private:
R3BEventHeader* fHeader; // do we need that?
TClonesArray* fCalItems; /** Array holding input (Cal) data **/
TClonesArray* fHitItems; /** Array holding output (Hit) data **/
TClonesArray* fCalItems; /**< Array holding input (Cal) data */
TClonesArray* fHitItems; /**< Array holding output (Hit) data */

R3BPspxHitPar* fHitPar; /** Parameter instance holding slopes and offsets **/
R3BPspxHitPar* fHitPar; /**< Parameter instance holding slopes and offsets */
std::vector<vector<Float_t>> offset;
std::vector<vector<Float_t>> slope;
std::vector<Int_t> sign_x;
Expand Down
341 changes: 0 additions & 341 deletions psp/R3BPspxMapped2Cal.cxx

This file was deleted.

Loading

0 comments on commit c08d389

Please sign in to comment.