1 |
|
|
2 |
|
|
3 |
/** |
/** |
4 |
* TmtcTemperature |
* TmtcTemperature |
5 |
* author Marcelli |
* author Marcelli |
731 |
graph->SetMaximum(60); |
graph->SetMaximum(60); |
732 |
graph->GetXaxis()->SetTitle("OBT"); |
graph->GetXaxis()->SetTitle("OBT"); |
733 |
graph->GetXaxis()->CenterTitle(); |
graph->GetXaxis()->CenterTitle(); |
734 |
graph->GetYaxis()->SetTitle("Temperature value (°C)"); |
graph->GetYaxis()->SetTitle("Temperature value (C)"); |
735 |
graph->GetYaxis()->CenterTitle(); |
graph->GetYaxis()->CenterTitle(); |
736 |
oss.str(""); |
oss.str(""); |
737 |
oss << filename.Data() <<": " <<titoloth[k] ; |
oss << filename.Data() <<": " <<titoloth[k] ; |
769 |
graph->SetMaximum(60); |
graph->SetMaximum(60); |
770 |
graph->GetXaxis()->SetTitle("OBT"); |
graph->GetXaxis()->SetTitle("OBT"); |
771 |
graph->GetXaxis()->CenterTitle(); |
graph->GetXaxis()->CenterTitle(); |
772 |
graph->GetYaxis()->SetTitle("Temperature value (°C)"); |
graph->GetYaxis()->SetTitle("Temperature value (C)"); |
773 |
graph->GetYaxis()->CenterTitle(); |
graph->GetYaxis()->CenterTitle(); |
774 |
oss.str(""); |
oss.str(""); |
775 |
oss << filename.Data() <<": " <<titoloth[k] ; |
oss << filename.Data() <<": " <<titoloth[k] ; |