laura is hosted by Hepforge, IPPP Durham
Laura++  3.6.0
A maximum likelihood fitting package for performing Dalitz-plot analysis.
LauCacheData.hh
Go to the documentation of this file.
1 
2 /*
3 Copyright 2005 University of Warwick
4 
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8 
9  http://www.apache.org/licenses/LICENSE-2.0
10 
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16 */
17 
18 /*
19 Laura++ package authors:
20 John Back
21 Paul Harrison
22 Thomas Latham
23 */
24 
36 #ifndef LAU_CACHE_DATA
37 #define LAU_CACHE_DATA
38 
39 #include <vector>
40 
41 #include <Rtypes.h>
42 
43 class LauCacheData {
44 
45  public:
47  LauCacheData();
48 
50  virtual ~LauCacheData();
51 
53 
56  LauCacheData( const LauCacheData& rhs );
57 
59 
62  LauCacheData& operator=( const LauCacheData& rhs );
63 
65 
68  inline void storem13Sq( Double_t m13Sq ) { m13Sq_ = m13Sq; }
69 
71 
74  inline void storem23Sq( Double_t m23Sq ) { m23Sq_ = m23Sq; }
75 
77 
80  inline void storemPrime( Double_t mPrime ) { mPrime_ = mPrime; }
81 
83 
86  inline void storethPrime( Double_t thPrime ) { thPrime_ = thPrime; }
87 
89 
92  inline void storeTagCat( Int_t tagCat ) { tagCat_ = tagCat; }
93 
95 
98  inline void storeEff( Double_t eff ) { eff_ = eff; }
99 
101 
104  inline void storeScfFraction( Double_t scfFraction ) { scfFraction_ = scfFraction; }
105 
107 
110  inline void storeJacobian( Double_t jacobian ) { jacobian_ = jacobian; }
111 
113 
116  inline void storeRealAmp( const std::vector<Double_t>& realAmp ) { realAmp_ = realAmp; }
117 
119 
122  inline void storeImagAmp( const std::vector<Double_t>& imagAmp ) { imagAmp_ = imagAmp; }
123 
125 
128  inline void storeIncohIntensities( const std::vector<Double_t>& incohIntensities )
129  {
130  incohIntensities_ = incohIntensities;
131  }
132 
134 
137  inline Double_t retrievem13Sq() const { return m13Sq_; }
138 
140 
143  inline Double_t retrievem23Sq() const { return m23Sq_; }
144 
146 
149  inline Double_t retrievemPrime() const { return mPrime_; }
150 
152 
155  inline Double_t retrievethPrime() const { return thPrime_; }
156 
158 
161  inline Int_t retrieveTagCat() const { return tagCat_; }
162 
164 
167  inline Double_t retrieveEff() const { return eff_; }
168 
170 
173  inline Double_t retrieveScfFraction() const { return scfFraction_; }
174 
176 
179  inline Double_t retrieveJacobian() const { return jacobian_; }
180 
182 
185  inline const std::vector<Double_t>& retrieveRealAmp() const { return realAmp_; }
186 
188 
191  inline const std::vector<Double_t>& retrieveImagAmp() const { return imagAmp_; }
192 
194 
197  inline const std::vector<Double_t>& retrieveIncohIntensities() const
198  {
199  return incohIntensities_;
200  }
201 
203 
206  inline std::vector<Double_t>& retrieveRealAmp() { return realAmp_; }
207 
209 
212  inline std::vector<Double_t>& retrieveImagAmp() { return imagAmp_; }
213 
215 
218  inline std::vector<Double_t>& retrieveIncohIntensities() { return incohIntensities_; }
219 
220  protected:
221 
222  private:
224  Double_t m13Sq_;
225 
227  Double_t m23Sq_;
228 
230  Double_t mPrime_;
231 
233  Double_t thPrime_;
234 
236  Int_t tagCat_;
237 
239  Double_t eff_;
240 
242  Double_t scfFraction_;
243 
245  Double_t jacobian_;
246 
248  std::vector<Double_t> realAmp_;
249 
251  std::vector<Double_t> imagAmp_;
252 
254  std::vector<Double_t> incohIntensities_;
255 
256  ClassDef( LauCacheData, 0 ) // Cached Data Class
257 };
258 
259 #endif
Double_t mPrime_
The square Dalitz plot coordinate, m'.
Double_t thPrime_
The square Dalitz plot coordinate, theta'.
Int_t retrieveTagCat() const
Retrieve the tagging category.
void storeScfFraction(Double_t scfFraction)
Set the fraction of poorly constructed events (the self cross feed fraction)
void storeJacobian(Double_t jacobian)
Set the Jacobian for the transformation into square Dalitz coordinates.
void storem13Sq(Double_t m13Sq)
Set the invariant mass squared of the first and third daugthers.
Definition: LauCacheData.hh:68
Int_t tagCat_
The tagging category.
std::vector< Double_t > realAmp_
The real parts of the amplitudes.
Double_t jacobian_
The Jacobian for the transformation into square Dalitz coordinates.
const std::vector< Double_t > & retrieveImagAmp() const
Retrieve the imaginary parts of the amplitudes.
Double_t retrieveEff() const
Retrieve the efficiency.
void storeEff(Double_t eff)
Set the efficiency.
Definition: LauCacheData.hh:98
void storem23Sq(Double_t m23Sq)
Set the invariant mass squared of the second and third daugthers.
Definition: LauCacheData.hh:74
void storeTagCat(Int_t tagCat)
Set the tagging category.
Definition: LauCacheData.hh:92
std::vector< Double_t > & retrieveRealAmp()
Retrieve the real parts of the amplitudes.
void storeIncohIntensities(const std::vector< Double_t > &incohIntensities)
Set the incoherent intensities.
Class to contain cached data relating to an event.
Definition: LauCacheData.hh:43
void storethPrime(Double_t thPrime)
Set the square Dalitz plot coordinate, theta'.
Definition: LauCacheData.hh:86
Double_t retrievem13Sq() const
Retrieve the invariant mass squared of the first and third daugthers.
LauCacheData & operator=(const LauCacheData &rhs)
Copy assignment operator.
Definition: LauCacheData.cc:60
void storeRealAmp(const std::vector< Double_t > &realAmp)
Set the real parts of the amplitudes.
Double_t retrievem23Sq() const
Retrieve the invariant mass squared of the second and third daugthers.
std::vector< Double_t > incohIntensities_
The intensities of the incoherent contributions.
Double_t retrieveJacobian() const
Retrieve the Jacobian for the transformation into square-Dalitz-plot coordinates.
const std::vector< Double_t > & retrieveIncohIntensities() const
Retrieve the incoherent intensities.
Double_t eff_
The efficiency.
void storemPrime(Double_t mPrime)
Set the square Dalitz plot coordinate, m'.
Definition: LauCacheData.hh:80
std::vector< Double_t > imagAmp_
The imaginary parts of the amplitudes.
Double_t scfFraction_
The fraction of poorly constructed events (the self cross feed fraction)
Double_t m13Sq_
The invariant mass squared of the first and third daugthers.
const std::vector< Double_t > & retrieveRealAmp() const
Retrieve the real parts of the amplitudes.
std::vector< Double_t > & retrieveImagAmp()
Retrieve the imaginary parts of the amplitudes.
Double_t retrievemPrime() const
Retrieve the square Dalitz plot coordinate, m'.
LauCacheData()
Constructor.
Definition: LauCacheData.cc:31
Double_t retrievethPrime() const
Retrieve the square Dalitz plot coordinate, theta'.
virtual ~LauCacheData()
Destructor.
Definition: LauCacheData.cc:42
Double_t retrieveScfFraction() const
Retrieve the fraction of poorly reconstructed events (the so-called self cross feed fraction)
void storeImagAmp(const std::vector< Double_t > &imagAmp)
Set the imaginary parts of the amplitudes.
std::vector< Double_t > & retrieveIncohIntensities()
Retrieve the incoherent intensities.
Double_t m23Sq_
The invariant mass squared of the second and third daugthers.