virtual TTree * TreeQA() const {return fTreeQA; }
virtual const TString Version() const {return TString(" ") ; }
virtual void WriteQA() ;
- AliEMCAL & operator = (const AliEMCAL & rvalue) {
+ AliEMCAL & operator = (const AliEMCAL & /*rvalue*/) {
// assignement operator requested by coding convention
// but not needed
Fatal("operator =", "not implemented") ;
const TString eventFolderName = AliConfig::fgkDefaultEventFolderName) ; // Add another one file to mix
void Print()const ;
- AliEMCALDigitizer & operator = (const AliEMCALDigitizer & rvalue) {
+ AliEMCALDigitizer & operator = (const AliEMCALDigitizer & /*rvalue*/) {
// assignement operator requested by coding convention but not needed
Fatal("operator =", "not implemented") ;
return *this ;
static AliEMCALGeometry * GetInstance(const Text_t* name,
const Text_t* title="") ;
static AliEMCALGeometry * GetInstance() ;
- AliEMCALGeometry & operator = (const AliEMCALGeometry & rvalue) const {
+ AliEMCALGeometry & operator = (const AliEMCALGeometry & /*rvalue*/) const {
// assignement operator requested by coding convention but not needed
- assert(0==1) ;
+ Fatal("operator =", "not implemented") ;
return *(GetInstance()) ;
};
void SetEventFolderName(TString name) { fEventFolderName = name ; }
Bool_t operator == (const AliEMCALSDigitizer & sd) const ;
- AliEMCALSDigitizer & operator = (const AliEMCALSDigitizer & sd) {return *this ;}
+ AliEMCALSDigitizer & operator = (const AliEMCALSDigitizer & /*sd*/) {return *this ;}
private:
void Print(Option_t * /*opt = "void"*/) ;
const TVector3 XYZInAlice(Float_t r = 9999., Float_t theta = 9999., Float_t phi = 9999.) const ;
- AliEMCALTowerRecPoint & operator = (const AliEMCALTowerRecPoint & rvalue) {
+ AliEMCALTowerRecPoint & operator = (const AliEMCALTowerRecPoint & /*rvalue*/) {
// assignement operator requested by coding convention but not needed
assert(0==1) ;
return *this ;
return TString("v0") ;
}
- AliEMCALv0 & operator = (const AliEMCALv0 & rvalue) {
+ AliEMCALv0 & operator = (const AliEMCALv0 & /*rvalue*/) {
// assignement operator requested by coding convention but not needed
Fatal("operator =", "not implemented") ;
return *this ;
virtual void StepManager(void) ;
virtual const TString Version(void)const {return TString("v0");}
// assignement operator requested by coding convention but not needed
- AliEMCALv1 & operator = (const AliEMCALv0 & rvalue){
+ AliEMCALv1 & operator = (const AliEMCALv0 & /*rvalue*/){
Fatal("operator =", "not implemented") ;
return *this;}