~ma5/madanalysis5/madanalysis-development

« back to all changes in this revision

Viewing changes to tools/SampleAnalyzer/Commons/Vector/MARotation3axis.h

  • Committer: fuks at cern
  • Date: 2021-12-13 11:58:02 UTC
  • mfrom: (129.1.70 v1.9_beta)
  • Revision ID: fuks@cern.ch-20211213115802-miytzmjc4g08a2qb
v1.9 release (see changelog for details)

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
             q.Z(),
136
136
             q.E());
137
137
    }
 
138
    else {return MALorentzVector();}
138
139
  }
139
140
  // Operator *
140
141
  MAVector3 operator* (const MAVector3& p) const
157
158
           s_*p.X() + c_*p.Y(),
158
159
           p.Z());
159
160
    }
 
161
    else {return MAVector3();}
160
162
  }
161
163
  
162
164
};