TestQuantitationMethod()
 {
   setName("TestQuantitationMethod");
   channel_list.push_back(IsobaricChannelInformation("114", 0, "", 114.1112, -1, -1, 1, 2));
   channel_list.push_back(IsobaricChannelInformation("115", 1, "", 115.1082, -1, 0, 2, 3));
   channel_list.push_back(IsobaricChannelInformation("116", 2, "", 116.1116, 0, 1, 3, -1));
   channel_list.push_back(IsobaricChannelInformation("117", 3, "", 117.1149, 1, 2, -1, -1));
   name = "TestQuantitationMethod";
 }
 TestQuantitationMethod()
 {
     setName("TestQuantitationMethod");
     channel_list.push_back(IsobaricChannelInformation(114, 0, "", 114.1112));
     channel_list.push_back(IsobaricChannelInformation(115, 1, "", 115.1082));
     channel_list.push_back(IsobaricChannelInformation(116, 2, "", 116.1116));
     channel_list.push_back(IsobaricChannelInformation(117, 3, "", 117.1149));
     name = "TestQuantitationMethod";
 }