AliITSresponse *fResponse; // response
AliITSsegmentation *fSegmentation; // segmentation
- char* fDigClassName; // string
- char* fClustClassName; // string
+ char* fDigClassName; //!
+ // string
+ char* fClustClassName; //!
+ // string
ClassDef(AliITSDetType,1)
Int_t fMinVal; // Min value used in 2D zero-suppression algo
Bool_t fWrite; // Write option for the compression algorithms
- Option_t *fOption; // Zero-suppresion option (1D, 2D or none)
- Option_t *fParam1; // Read baselines from file option
- Option_t *fParam2; // Read compression algo thresholds from file
-
- char* fDataType; // input keys : run, module #
- char* fFileName1; // input keys : run, module #
- char* fFileName2; // baseline & noise val or output coded // signal or monitored bgr.
- char* fFileName3; // param values or output coded signal
+ Option_t *fOption; //!
+ // Zero-suppresion option (1D, 2D or none)
+ Option_t *fParam1; //!
+ //Read baselines from file option
+ Option_t *fParam2; //!
+ //Read compression algo thresholds from file
+
+ char* fDataType; //!
+ // input keys : run, module #
+ char* fFileName1; //!
+ // input keys : run, module #
+ char* fFileName2; //!
+ // baseline & noise val or output coded // signal or monitored bgr.
+ char* fFileName3; //!
+ // param values or output coded signal
ClassDef(AliITSresponseSDD,1) // SDD response
Float_t fBaseline; // Baseline value
Int_t fThreshold; // Zero-Suppression threshold
- char* fDataType; // Type of data - real or simulated
+ char* fDataType; //!
+ // Type of data - real or simulated
};
#endif
protected:
Int_t fNPar; // Number of detector param
- Float_t *fDetPar ; // Array of parameters
+ Float_t *fDetPar; //!
+ // Array of parameters
Float_t fNoiseP; // Noise on Pside
Float_t fNoiseN; // Noise on Nside
Float_t fSigmaN; // Sigma charge spread on Nside
Float_t fDiffCoeff; // Diffusion Coefficient
- Option_t *fOption1; // Simulate invalid strips option
- Option_t *fOption2; // Not used for the moment
+ Option_t *fOption1; //!
+ // Simulate invalid strips option
+ Option_t *fOption2; //!
+ // Not used for the moment
- char* fDataType; // Type of data - real or simulated
+ char* fDataType; //!
+ // Type of data - real or simulated
ClassDef(AliITSresponseSSD,1) //Response class for SSD