Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions 3 field/MagneticWrapperChebyshev.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ namespace Field {
class MagneticWrapperChebyshev : public TNamed {

public:



/// Default constructor
MagneticWrapperChebyshev();

Expand Down
6 changes: 3 additions & 3 deletions 6 its/Detector.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,10 @@ void Detector::createMaterials()

// until we solve the problem of reading the field from files with changed class names we
// need to hard code some values here to be able to run the macros M.Al-Turany (Nov.14)
Int_t ifield = 10;
Float_t fieldm = 2.0;
Int_t ifield = 2;
Float_t fieldm = 10.0;
////////////

Float_t tmaxfd = 0.1; // 1.0; // Degree
Float_t stemax = 1.0; // cm
Float_t deemax = 0.1; // 30.0; // Fraction of particle's energy 0<deemax<=1
Expand Down
1 change: 0 additions & 1 deletion 1 its/itsLinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
#pragma link C++ class AliceO2::ITS::MisalignmentParameter+;
#pragma link C++ class AliceO2::ITS::Point+;


#endif
Morty Proxy This is a proxified and sanitized view of the page, visit original site.