Commit cd9f537e authored by Simon Spannagel's avatar Simon Spannagel
Browse files

fix formatting

parent 8022a310
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -233,5 +233,4 @@ void Materials::init_materials() {
    CsPbBr3->AddElement(Pb, 1);
    CsPbBr3->AddElement(Br, 3);
    materials_["cesium_lead_bromide"] = CsPbBr3;

}
+6 −5
Original line number Diff line number Diff line
@@ -46,7 +46,8 @@ namespace allpix {
        {SensorMaterial::CADMIUM_ZINC_TELLURIDE, 0.14}, // https://doi.org/10.1109/23.322857
        {SensorMaterial::DIAMOND, 0.382},               // https://doi.org/10.1002/pssa.201600195
        {SensorMaterial::SILICON_CARBIDE, 0.1},         // https://doi.org/10.1016/j.nima.2010.08.046
        {SensorMaterial::CESIUM_LEAD_BROMIDE,0.1}};                // Not yet measured, but assumed by authors https://doi.org/10.1038/s41566-020-00727-1
        {SensorMaterial::CESIUM_LEAD_BROMIDE,
         0.1}}; // Not yet measured, but assumed by authors https://doi.org/10.1038/s41566-020-00727-1
} // namespace allpix

#endif /* ALLPIX_PROPERTIES_H */