Skip to content
Snippets Groups Projects
Commit e36378e8 authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* Fixing things for Charissa and Exogam

parent bb32ac8a
No related branches found
No related tags found
No related merge requests found
...@@ -4,16 +4,16 @@ ...@@ -4,16 +4,16 @@
% Energy are given in MeV , Position in mm % % Energy are given in MeV , Position in mm %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Isotropic Isotropic
EnergyLow= 20 EnergyLow= 0 MeV
EnergyHigh= 25 EnergyHigh= 25 MeV
HalfOpenAngleMin= 0 HalfOpenAngleMin= 0 deg
HalfOpenAngleMax= 180 HalfOpenAngleMax= 90 deg
x0= 0 x0= 0 mm
y0= 0 y0= 0 mm
z0= 0 z0= 0 mm
SigmaX= 0 SigmaX= 0 mm
SigmaY= 0 SigmaY= 0 mm
Multiplicity= 1 Multiplicity= 1
Particle= proton Particle= proton
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Supported particle type: proton, neutron, deuton, triton, He3 , alpha % Supported particle type: proton, neutron, deuton, triton, He3 , alpha
...@@ -745,12 +745,12 @@ void TCharissaPhysics::Clear(){ ...@@ -745,12 +745,12 @@ void TCharissaPhysics::Clear(){
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////
void TCharissaPhysics::ReadConfiguration(NPL::InputParser parser){ void TCharissaPhysics::ReadConfiguration(NPL::InputParser parser){
vector<NPL::InputBlock*> blocks = parser.GetAllBlocksWithToken("CharissaTelescope"); vector<NPL::InputBlock*> blocks = parser.GetAllBlocksWithToken("Charissa");
if(NPOptionManager::getInstance()->GetVerboseLevel()) if(NPOptionManager::getInstance()->GetVerboseLevel())
cout << "//// " << blocks.size() << " Telescope found " << endl; cout << "//// " << blocks.size() << " Telescope found " << endl;
for(unsigned int i = 0 ; i < blocks.size() ; i++){ for(unsigned int i = 0 ; i < blocks.size() ; i++){
// Cartesian Case // Cartesian Case
vector<string> cart = {"X1_Y1","X1_Y16","X16_Y1","X16_Y16","SI","SILI","CSI"}; vector<string> cart = {"X1_Y1","X1_Y16","X16_Y1","X16_Y16"};
// Spherical Case // Spherical Case
vector<string> sphe= {"R","THETA","PHI","BETA","SI","SILI","CSI"}; vector<string> sphe= {"R","THETA","PHI","BETA","SI","SILI","CSI"};
...@@ -1212,8 +1212,8 @@ extern "C"{ ...@@ -1212,8 +1212,8 @@ extern "C"{
class proxy_charissa{ class proxy_charissa{
public: public:
proxy_charissa(){ proxy_charissa(){
NPL::DetectorFactory::getInstance()->AddToken("CharissaTelescope","Charissa"); NPL::DetectorFactory::getInstance()->AddToken("Charissa","Charissa");
NPL::DetectorFactory::getInstance()->AddDetector("CharissaTelescope",TCharissaPhysics::Construct); NPL::DetectorFactory::getInstance()->AddDetector("Charissa",TCharissaPhysics::Construct);
} }
}; };
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
/***************************************************************************** /*****************************************************************************
* Original Author: Sandra GIRON contact address: giron@ipno.in2p3.fr * * Original Author: Sandra GIRON contact address: giron@ipno.in2p3.fr *
* Benjamin LE CROM lecrom@ipno.in2p3.fr * * Benjamin LE CROM lecrom@ipno.in2p3.fr *
* Creation Date : march 2014 * * Creation Date : march 2014 *
* Last update : * * Last update : *
*---------------------------------------------------------------------------* *---------------------------------------------------------------------------*
* Decription: * * Decription: *
...@@ -42,8 +42,6 @@ ClassImp(TExogamPhysics) ...@@ -42,8 +42,6 @@ ClassImp(TExogamPhysics)
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////
TExogamPhysics::TExogamPhysics() TExogamPhysics::TExogamPhysics()
{ {
// cout << "coconutsssssssssssssssssssssssssssss " << endl;
EventMultiplicity = 0 ; EventMultiplicity = 0 ;
ECC_Multiplicity = 0 ; ECC_Multiplicity = 0 ;
GOCCE_Multiplicity = 0 ; GOCCE_Multiplicity = 0 ;
...@@ -460,11 +458,11 @@ void TExogamPhysics::Clear() ...@@ -460,11 +458,11 @@ void TExogamPhysics::Clear()
// Read stream at ConfigFile to pick-up parameters of detector (Position,...) using Token // Read stream at ConfigFile to pick-up parameters of detector (Position,...) using Token
void TExogamPhysics::ReadConfiguration(NPL::InputParser parser){ void TExogamPhysics::ReadConfiguration(NPL::InputParser parser){
vector<NPL::InputBlock*> blocks = parser.GetAllBlocksWithToken("EXOGAMClover"); vector<NPL::InputBlock*> blocks = parser.GetAllBlocksWithToken("Exogam");
if(NPOptionManager::getInstance()->GetVerboseLevel()) if(NPOptionManager::getInstance()->GetVerboseLevel())
cout << "//// " << blocks.size() << " detectors found " << endl; cout << "//// " << blocks.size() << " detectors found " << endl;
vector<string> token = {"EXOGAMClover"}; vector<string> token = {"ANGLE_FILE"};
for(unsigned int i = 0 ; i < blocks.size() ; i++){ for(unsigned int i = 0 ; i < blocks.size() ; i++){
if(blocks[i]->HasTokenList(token)){ if(blocks[i]->HasTokenList(token)){
...@@ -684,8 +682,8 @@ extern "C"{ ...@@ -684,8 +682,8 @@ extern "C"{
class proxy_exogam{ class proxy_exogam{
public: public:
proxy_exogam(){ proxy_exogam(){
NPL::DetectorFactory::getInstance()->AddToken("EXOGAMArray","Exogam"); NPL::DetectorFactory::getInstance()->AddToken("Exogam","Exogam");
NPL::DetectorFactory::getInstance()->AddDetector("EXOGAMArray",TExogamPhysics::Construct); NPL::DetectorFactory::getInstance()->AddDetector("Exogam",TExogamPhysics::Construct);
} }
}; };
......
...@@ -11,7 +11,7 @@ void Mask(){ ...@@ -11,7 +11,7 @@ void Mask(){
// double width = 0.5; // double width = 0.5;
// mm per pixel // mm per pixel
double scale = 0.01; double scale = 0.005;
//pitch in pixel //pitch in pixel
unsigned int spitch = pitch/scale; unsigned int spitch = pitch/scale;
unsigned int swidth = width/scale; unsigned int swidth = width/scale;
......
ConfigMust2 ConfigMust2
MAX_STRIP_MULTIPLICITY 100 MAX_STRIP_MULTIPLICITY 100
STRIP_ENERGY_MATCHING_NUMBER_OF_SIGMA 5 STRIP_ENERGY_MATCHING_NUMBER_OF_SIGMA 1
STRIP_ENERGY_MATCHING_SIGMA 0.02 STRIP_ENERGY_MATCHING_SIGMA 0.01
DISABLE_CHANNEL MM1STRY12 % DISABLE_CHANNEL MM1STRY12
DISABLE_CHANNEL MM2STRY12 % DISABLE_CHANNEL MM2STRY12
DISABLE_CHANNEL MM3STRY12 % DISABLE_CHANNEL MM3STRY12
DISABLE_CHANNEL MM4STRY12 % DISABLE_CHANNEL MM4STRY12
DISABLE_CHANNEL MM1STRX12 % DISABLE_CHANNEL MM1STRX12
DISABLE_CHANNEL MM2STRX12 % DISABLE_CHANNEL MM2STRX12
DISABLE_CHANNEL MM3STRX12 % DISABLE_CHANNEL MM3STRX12
DISABLE_CHANNEL MM4STRX12 % DISABLE_CHANNEL MM4STRX12
SI_X_E_RAW_THRESHOLD 0 % SI_X_E_RAW_THRESHOLD 0
CSI_E_RAW_THRESHOLD 0 % CSI_E_RAW_THRESHOLD 0
CSI_SIZE 256 % CSI_SIZE 256
SI_X_E_RAW_THRESHOLD 0
SI_Y_E_RAW_THRESHOLD 30000
SI_X_E_THRESHOLD 0
SI_Y_E_THRESHOLD 0
CSI_E_RAW_THRESHOLD 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment