Skip to content
Snippets Groups Projects
Commit 08838ff5 authored by Andrei Gheata's avatar Andrei Gheata
Browse files

Added dummy copy constructor and assignment.

parent c45e9e54
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,8 @@ private : ...@@ -47,6 +47,8 @@ private :
Int_t fQ; // right/left-handed (+/- 1) - "charge" Int_t fQ; // right/left-handed (+/- 1) - "charge"
TGeoHMatrix *fMatrix; // transformation of local helix frame to MARS TGeoHMatrix *fMatrix; // transformation of local helix frame to MARS
TGeoHelix(const TGeoHelix&); // Not implemented
TGeoHelix &operator=(const TGeoHelix&); // Not implemented
public: public:
enum EGeoHelixTypes { enum EGeoHelixTypes {
kHelixNeedUpdate = BIT(16), kHelixNeedUpdate = BIT(16),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment